Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarednorman committed May 3, 2019
1 parent 3582c04 commit 4457c25
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
### Unreleased
* enhancements
* `discard_all` and `undiscard_all` now return affected records
* Add `discard!` and `undiscard!`


### Version 1.1.0
Release date: 2019-05-03

* Support for ActiveRecord 6
* `discard_all` and `undiscard_all` now return affected records
* Add `discard!` and `undiscard!`

### Version 1.0.0
Release date: 2018-03-16

Expand Down
2 changes: 1 addition & 1 deletion lib/discard/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Discard
# Discard version
VERSION = "1.0.0".freeze
VERSION = "1.1.0".freeze
end

0 comments on commit 4457c25

Please sign in to comment.