Skip to content

Commit

Permalink
Updating Changelog and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jah2488 committed Jul 26, 2013
1 parent 2b668d4 commit 3d77ae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.0

* Remove version dependency to work with rails 4. Breaks compatibility with ruby 1.9.2 and older

## v0.1.1

* Multiple Merge requests to improve functionality and version support
Expand Down
2 changes: 1 addition & 1 deletion lib/mongoid/magic-counter-cache/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Mongoid
module MagicCounterCache
VERSION = "0.1.1"
VERSION = "1.0.0"
end
end

0 comments on commit 3d77ae2

Please sign in to comment.