diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c6e49..c92b1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -### Arcane **1.2.0** [head] - 2015-03-18 +### Arcane **1.2.0** [head][current] - 2015-11-24 * **[breaking change]** If `current_user` is not specified `current_params_user` will raise a `NameError`. -### Arcane **1.1.1** [current] - 2013-07-17 +### Arcane **1.1.1** - 2013-07-17 * **[bugfix]** Handle nil paramaters params as @caulfield suggested in pull request #7. Thank you. This doesn't break any functionality other than expecting diff --git a/lib/arcane/version.rb b/lib/arcane/version.rb index e67efe5..e2a3435 100644 --- a/lib/arcane/version.rb +++ b/lib/arcane/version.rb @@ -1,3 +1,3 @@ module Arcane - VERSION = "1.1.1" + VERSION = "1.2.0" end