Skip to content

Commit

Permalink
bump to beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Dec 3, 2012
1 parent 99a778d commit 0bb5834
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.markdown
@@ -1,5 +1,10 @@
# Draper Changelog

## 1.0.0.beta3

* Relaxed Rails version requirement to 3.0. Support for < 3.2 should be
considered experimental. Please file bug reports.

## 1.0.0.beta2

* `has_finders` is now `decorates_finders`. [https://github.com/haines/draper/commit/33f18aa062e0d3848443dbd81047f20d5665579f](https://github.com/haines/draper/commit/33f18aa062e0d3848443dbd81047f20d5665579f)
Expand Down
2 changes: 1 addition & 1 deletion lib/draper/version.rb
@@ -1,3 +1,3 @@
module Draper
VERSION = "1.0.0.beta2"
VERSION = "1.0.0.beta3"
end

0 comments on commit 0bb5834

Please sign in to comment.