Skip to content

Commit

Permalink
update CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haffla committed Jul 23, 2022
1 parent 76c2137 commit 7f728fd
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.5] - 2022-07-23
### Fixed

- Bug fix: Attributes defined outside of jsonb_accessor are not written [#149](https://github.com/madeintandem/jsonb_accessor/pull/149)

## [1.3.4] - 2022-02-02
### 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.4"
VERSION = "1.3.5"
end

0 comments on commit 7f728fd

Please sign in to comment.