Skip to content

Commit

Permalink
Bump up to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syguer committed Sep 28, 2019
1 parent a87e631 commit b7b088f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2019-09-28 (v3.0.0)
- Make #where chainable [#178](https://github.com/zilkey/active_hash/pull/178)

2019-09-28 (v2.3.0)
- Add ::scope method (inspired by ActiveRecord) [#173](https://github.com/zilkey/active_hash/pull/173)
- Let `.find(nil)` raise ActiveHash::RecordNotFound (inspired by ActiveRecord) [#174](https://github.com/zilkey/active_hash/pull/174)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_hash/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveHash
module Gem
VERSION = "2.3.0"
VERSION = "3.0.0"
end
end

0 comments on commit b7b088f

Please sign in to comment.