From 51e56e8313e9d8984db1e50ef58f7047b568035f Mon Sep 17 00:00:00 2001 From: Erik Kessler Date: Tue, 19 Nov 2024 15:54:35 -0500 Subject: [PATCH] Release 5.1.1 (#167) --- CHANGELOG.md | 7 ++++++- lib/avromatic/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df557b8..01b0674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/avromatic/version.rb b/lib/avromatic/version.rb index c4624a1..d9db5e7 100644 --- a/lib/avromatic/version.rb +++ b/lib/avromatic/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Avromatic - VERSION = '5.1.0' + VERSION = '5.1.1' end