Skip to content

Commit

Permalink
Bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTsepelev committed Jun 4, 2024
1 parent c5220d0 commit 113381d
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
Expand Up @@ -2,6 +2,10 @@

## master

## 3.0.1 (2024-06-04)

- [PR #173](https://github.com/DmitryTsepelev/store_model/pull/173) Fixed issue for empty nested array ([@manuelvanrijn])

## 3.0.0 (2024-06-01)

- Make `StoreModel.config.serialize_enums_using_as_json = true` default
Expand Down Expand Up @@ -222,3 +226,4 @@
[@alexeevit]: https://github.com/alexeevit
[@paneq]: https://github.com/paneq
[@osanay]: https://github.com/osanay
[@manuelvanrijn]: https://github.com/manuelvanrijn
2 changes: 1 addition & 1 deletion lib/store_model/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module StoreModel # :nodoc:
VERSION = "3.0.0"
VERSION = "3.0.1"
end

0 comments on commit 113381d

Please sign in to comment.