From 27f9cde6f39178d39eea643353e1098e5ea8d86d Mon Sep 17 00:00:00 2001 From: Piero Dotti Date: Wed, 17 Jan 2024 21:37:14 +0100 Subject: [PATCH] Bump to 0.1.3 --- CHANGELOG.md | 4 ++++ lib/acts_as_nosql/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4232890..144409a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project made by Monade Team are documented in this file. For info refer to team@monade.io +## [0.1.3] +### Fixed +- Compatibility with Rails 7.1 + ## [0.1.2] ### Fixed - Bug with inheritance: attributes declared in parent classes where not propagated to child classes diff --git a/lib/acts_as_nosql/version.rb b/lib/acts_as_nosql/version.rb index 6b1d54b..cc7c06d 100644 --- a/lib/acts_as_nosql/version.rb +++ b/lib/acts_as_nosql/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ActsAsNosql - VERSION = '0.1.2'.freeze + VERSION = '0.1.3' end