CHANGELOG.md in eeny-meeny-1.0.0 vs CHANGELOG.md in eeny-meeny-2.0.0

- old
+ new

@@ -1,4 +1,25 @@ +### 2.0.0 (2016-09-11) + +Features: + + - Added helper and route constraint for smoke tests. + - Added rake tasks for creating eeny-meeny cookies from the commandline. + +Bugfixes: + + - Fixed experiment start_at and end_at logic. + +Breaking Changes: + + - Changed the way the gem is configured. + - Replaced EenyMeeny::RouteConstraint with EenyMeeny::ExperimentConstraint and EenyMeeny::SmokeTestConstraint. + +Other Changes: + + - Changed default cookie expires header from '1.year.from_now' to '1.month.from_now'. + - Improve docuemtation. + ### 1.0.0 (2016-07-03) Features: - Initial version of split testing tool. Includes: