File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## major.minor.patch (yyyy.mm.dd)
99
10+ ## 0.6.5 (2025.03.23)
11+
12+ ### Changed ([ #25 ] ( https://github.com/jaeyson/open_api_typesense/pull/25 ) )
13+
14+ * the client now accepts all options defined in Req.new/1
15+ * global configuration can be set in config.exs
16+ * per-function call overrides are possible using the req argument
17+ * the Req client configuration has been deprecated and moved from the Client module to the Connection module
18+
1019## 0.6.4 (2025.02.16)
1120
1221### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule OpenApiTypesense.MixProject do
33
44 @ source_url "https://github.com/jaeyson/open_api_typesense"
55 @ hex_url "https://hexdocs.pm/open_api_typesense"
6- @ version "0.6.4 "
6+ @ version "0.6.5 "
77
88 def project do
99 [
You can’t perform that action at this time.
0 commit comments