Skip to content

Commit 76603f4

Browse files
committed
update library version
1 parent 7d750b3 commit 76603f4

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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.4.2 (2024.12.22)
11+
12+
### Added
13+
14+
* More tests for coverage
15+
* Options for some functions
16+
* Endpoints, params for `priv/open_api.yml`
17+
1018
## 0.4.1 (2024.12.19)
1119

1220
### Changed

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.4.1"
6+
@version "0.4.2"
77

88
def project do
99
[

0 commit comments

Comments
 (0)