Skip to content

Commit

Permalink
Bump to version 1.2.0
Browse files Browse the repository at this point in the history
* **[breaking change]** If `current_user` is not
  specified `current_params_user` will raise a
  `NameError`.
  • Loading branch information
zeevallin committed Nov 24, 2015
1 parent d9ec5f5 commit ff9ff67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/arcane/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Arcane
VERSION = "1.1.1"
VERSION = "1.2.0"
end

0 comments on commit ff9ff67

Please sign in to comment.