Skip to content

Commit 2cbc01e

Browse files
committed
bump to v0.6.5
1 parent a89717a commit 2cbc01e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)