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,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
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.1 "
6+ @ version "0.6.2 "
77
88 def project do
99 [
You can’t perform that action at this time.
0 commit comments