Skip to content

Commit

Permalink
Bump version, document changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jqr committed Jul 24, 2014
1 parent c70a22e commit 255b45c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changes!

## 0.6.1
* Fix deprecation warnings on Rails 4.1
* Test suite now runs against multiple versions of Rails
* Fully automated test suite setup

## 0.6.0
* **BREAKING CHANGE** (possibly): Some refactoring to modern gem module idioms instead of old school plugins
* Officially support PostgreSQL
Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_archival/version.rb
@@ -1,3 +1,3 @@
module ActsAsArchival
VERSION = "0.6.0"
VERSION = "0.6.1"
end

0 comments on commit 255b45c

Please sign in to comment.