diff --git a/CHANGELOG.md b/CHANGELOG.md index e41b0a6..a663cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog ## [Unreleased] +## [1.3.4] - 2022-02-02 +### Fixed + +- Bug fix: Raised ActiveModel::MissingAttributeError when model was initialized without the jsonb_accessor field [#145](https://github.com/madeintandem/jsonb_accessor/issues/145) + ## [1.3.3] - 2022-01-29 ### Fixed diff --git a/lib/jsonb_accessor/version.rb b/lib/jsonb_accessor/version.rb index 6d23d19..3f8fcac 100644 --- a/lib/jsonb_accessor/version.rb +++ b/lib/jsonb_accessor/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module JsonbAccessor - VERSION = "1.3.3" + VERSION = "1.3.4" end