bump to beta3

This commit is contained in:
Steve Klabnik 2012-12-03 23:57:40 +01:00
parent 99a778d2b4
commit 0bb5834efd
2 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -1,3 +1,3 @@
module Draper
VERSION = "1.0.0.beta2"
VERSION = "1.0.0.beta3"
end