Skip to content

Commit

Permalink
bum version and add changes to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
haffla committed Feb 2, 2022
1 parent f55f327 commit 36b793a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/jsonb_accessor/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JsonbAccessor
VERSION = "1.3.3"
VERSION = "1.3.4"
end

0 comments on commit 36b793a

Please sign in to comment.