Skip to content

Commit

Permalink
Bump to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ProGM committed Jan 17, 2024
1 parent 025c5fc commit 27f9cde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project made by Monade Team are documented in this file. For info refer to [email protected]

## [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
Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_nosql/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActsAsNosql
VERSION = '0.1.2'.freeze
VERSION = '0.1.3'
end

0 comments on commit 27f9cde

Please sign in to comment.