Skip to content

Commit

Permalink
prepare release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
haffla committed Sep 23, 2022
1 parent 5bf0690 commit eccdc8a
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.6] - 2022-09-23
### Fixed

- Bug fix: Datetime values were not properly deserialized [#155](https://github.com/madeintandem/jsonb_accessor/pull/155)

## [1.3.5] - 2022-07-23
### 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.5"
VERSION = "1.3.6"
end

0 comments on commit eccdc8a

Please sign in to comment.