Skip to content

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch committed Aug 29, 2023
1 parent eee6a91 commit 3324e0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## v1.11.0

- Add `decode_all` and `decode_all_from_stream` methods to return all entries in a data file (#194)
- Improve the way schemas are automatically loaded (#190)
- Increment dependency on `avro` gem to v1.8.

## v1.10.0

- Add `schema_subject_versions` to `ConfluentSchemaRegistry` to retrieve all subject versions for a schema id. (#189)
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.10.0"
VERSION = "1.11.0"
end

0 comments on commit 3324e0c

Please sign in to comment.