Skip to content

Commit 03f4055

Browse files
committed
update README and CHANGELOG
1 parent 77e331f commit 03f4055

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ 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.2 (2025.01.26)
11+
12+
### Added
13+
14+
* Tests for [JOIns](https://typesense.org/docs/latest/api/joins.html)
15+
16+
### Changed
17+
18+
* Handle unknown HTTP status response
19+
* Use [`config_env/0`](https://hexdocs.pm/elixir/Config.html#config_env/0) instead of [`Mix.env/0`](https://hexdocs.pm/mix/Mix.html#env/0)
20+
1021
## 0.6.1 (2025.01.19)
1122

1223
### 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.1"
6+
@version "0.6.2"
77

88
def project do
99
[

0 commit comments

Comments
 (0)