Skip to content

Commit

Permalink
Bump version to v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
simukappu committed Aug 11, 2020
1 parent 7689032 commit 23190e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.1.3 / 2020-08-1
[Full Changelog](http://github.com/simukappu/activity_notification/compare/v2.1.2...v2.1.3)

Enhancements:

* Enable to use namespaced model - [#132](https://github.com/simukappu/activity_notification/pull/132)

Bug Fixes:

* Fix mongoid any_of selector error in filtered_by_group scope - [MONGOID-4887](https://jira.mongodb.org/browse/MONGOID-4887)

## 2.1.2 / 2020-02-24
[Full Changelog](http://github.com/simukappu/activity_notification/compare/v2.1.1...v2.1.2)

Expand Down
2 changes: 1 addition & 1 deletion lib/activity_notification/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActivityNotification
VERSION = "2.1.2"
VERSION = "2.1.3"
end

0 comments on commit 23190e8

Please sign in to comment.