Skip to content

Commit

Permalink
0.9.9.9 not 0.9.9.8, added see full list to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 15, 2011
1 parent 3d1562d commit 8fe6637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -5,6 +5,7 @@
* Added caching to site menu and pages backend (DISABLED by default). [Philip Arndt](https://github.com/parndt)
* Added `Page#by_title` to filter pages results by title using `Page::Translation`. [Philip Arndt](https://github.com/parndt)
* Added migration to remove already translated fields from the pages table. [Philip Arndt](https://github.com/parndt)
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.9.8...0.9.9.9)

## 0.9.9.8 [11 March 2011]

Expand Down
Expand Up @@ -19,7 +19,7 @@ Take a look at "http://rubygems.org/gems/refinerycms":http://rubygems.org/gems/r
Edit your +Gemfile+ to reference the latest version of Refinery.

<ruby>
gem 'refinerycms', '= 0.9.9.8'
gem 'refinerycms', '= 0.9.9.9'
</ruby>

Now install the new gems using bundler ('bundle install' is outdated):
Expand Down

0 comments on commit 8fe6637

Please sign in to comment.