Skip to content

Commit

Permalink
chore(main): release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 2, 2022
1 parent 6657cd8 commit 77c5a65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.3](https://github.com/armiiller/deferred_request/compare/v1.0.2...v1.0.3) (2022-08-02)


### Bug Fixes

* use json columns for serialized attributes ([a532e1b](https://github.com/armiiller/deferred_request/commit/a532e1b34a13c14a3a7ec1f19ccfe7e7cc0c3af2))

### [1.0.2](https://github.com/armiiller/deferred_request/compare/v1.0.1...v1.0.2) (2022-02-22)


Expand Down
2 changes: 1 addition & 1 deletion lib/deferred_request/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DeferredRequest
VERSION = "1.0.2"
VERSION = "1.0.3"
end

0 comments on commit 77c5a65

Please sign in to comment.