Skip to content

Commit 7c9015a

Browse files
committed
release v1.0.2
1 parent 99ad5d8 commit 7c9015a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## major.minor.patch (yyyy.mm.dd)
99

10+
## 1.0.2 (2025.06.08)
11+
12+
### Fixed
13+
14+
* Reduce unsafe atom keys conversion. [PR #30](https://github.com/jaeyson/open_api_typesense/pull/30)
15+
1016
## 1.0.1 (2025.06.06)
1117

1218
### Fixed

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 "1.0.1"
6+
@version "1.0.2"
77

88
def project do
99
[

0 commit comments

Comments
 (0)