CHANGELOG.md in figaro-1.0.0.rc1 vs CHANGELOG.md in figaro-1.0.0

- old
+ new

@@ -1,5 +1,13 @@ -## 1.0.0.rc1 / Unreleased +## 1.0.0 / 2014-09-17 + +* [BUGFIX] Make calls to Heroku with a clean Bundler environment +* [ENHANCEMENT] Remove Rails as a runtime dependency +* [FEATURE] Replace the Rails generator with the `figaro install` task +* [ENHANCEMENT] Rename the `Figaro.require` method to `Figaro.require_keys` +* [ENHANCEMENT] Begin to test against Rails 4.2 (beta) + +## 1.0.0.rc1 / 2014-04-17 * [FEATURE] Add bang and boolean methods to `Figaro.env` * [ENHANCEMENT] Detach `Figaro.env` from the configuration file hash * [FEATURE] Add the ability to swap Figaro's application adapter * [FEATURE] Warn when configuration keys or values are not strings