Skip to content

Commit abc9549

Browse files
committed
update changelog and mix.exs
1 parent c29ecfb commit abc9549

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ and this project adheres to
1010

1111
---
1212

13+
## [0.11.5] - 2026-06-01
14+
15+
### Added
16+
- Implemented drop_pii for values of arrays and maps.
17+
18+
---
19+
1320
## [0.11.4] - 2026-05-08
1421

1522
### Added
@@ -154,7 +161,8 @@ and this project adheres to
154161

155162

156163

157-
[Unreleased]: https://github.com/primait/avrogen/compare/0.11.4...HEAD
164+
[Unreleased]: https://github.com/primait/avrogen/compare/0.11.5...HEAD
165+
[0.11.5]: https://github.com/primait/avrogen/compare/0.11.4...0.11.5
158166
[0.11.4]: https://github.com/primait/avrogen/compare/0.11.3...0.11.4
159167
[0.11.3]: https://github.com/primait/avrogen/compare/0.11.2...0.11.3
160168
[0.11.2]: https://github.com/primait/avrogen/compare/0.11.1...0.11.2

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Avrogen.MixProject do
22
use Mix.Project
33

4-
@version "0.11.4"
4+
@version "0.11.5"
55
@source_url "https://github.com/primait/avrogen"
66

77
def project do

0 commit comments

Comments
 (0)