Skip to content

Commit

Permalink
Release 5.1.1 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkessler1 authored Nov 19, 2024
1 parent 9653f8a commit 51e56e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# avromatic changelog

## 5.1.1

- Respect allowed int and long ranges in accordance with the Avro Specification. **Thanks
[opti](/~https://github.com/opti)**

## 5.1.0
- Add support for Rails 7.2.
-

## 5.0.0
- Add support for Rails 7.1
- Drop support for Ruby < 3
Expand Down
2 changes: 1 addition & 1 deletion lib/avromatic/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Avromatic
VERSION = '5.1.0'
VERSION = '5.1.1'
end

0 comments on commit 51e56e8

Please sign in to comment.