diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e18e11..38588698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.1.0 (January 9th, 2015) + +Features: + + - Decouple trial from Split::Helper (@joshdover, #286) + - Helper method for Active Experiments (@blahblahblah-, #273) + +Misc: + + - Use the new travis container based infrastructure for tests (@andrew, #280) + ## 1.0.0 (October 12th, 2014) Changes: diff --git a/lib/split/version.rb b/lib/split/version.rb index f36e1a57..9bc52049 100644 --- a/lib/split/version.rb +++ b/lib/split/version.rb @@ -1,6 +1,6 @@ module Split MAJOR = 1 - MINOR = 0 + MINOR = 1 PATCH = 0 VERSION = [MAJOR, MINOR, PATCH].join('.') end