Skip to content

Commit

Permalink
v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch committed Dec 14, 2023
1 parent 94accbe commit 51fe6bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v1.15.0

- Use `default_namespace` from exception to load nested schemas from the correct namespace. (#203)
- Bump minimum avro version to 1.11.3
- Add support for schema contexts (#205)
Expand Down
2 changes: 1 addition & 1 deletion lib/avro_turf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class AvroTurf
VERSION = "1.14.0"
VERSION = "1.15.0"
end

0 comments on commit 51fe6bb

Please sign in to comment.