Adjust CHANGELOG to mention Cleaner module; bump version to 3.0.0beta [ci skip]

This commit is contained in:
Ben Atkins 2013-08-01 15:05:45 -04:00
parent 969f84a4ea
commit 291aad0e15
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
- [#224](https://github.com/airblade/paper_trail/issues/224)/[#236](https://github.com/airblade/paper_trail/pull/236) -
Fixed compatibility with [ActsAsTaggableOn](https://github.com/mbleigh/acts-as-taggable-on).
- [#235](https://github.com/airblade/paper_trail/pull/235) - Dropped unnecessary secondary sort on `versions` association.
- [#212](https://github.com/airblade/paper_trail/pull/212) - Added `PaperTrail::Cleaner` module, useful for discarding draft versions.
- [#199](https://github.com/airblade/paper_trail/pull/199) - Rails 4 compatibility.
- [#165](https://github.com/airblade/paper_trail/pull/165) - Namespaced the version class under the `PaperTrail` module.

View File

@ -1,3 +1,3 @@
module PaperTrail
VERSION = '2.7.2'
VERSION = '3.0.0.beta'
end