Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarratt committed Sep 22, 2014
1 parent 7f7f7c7 commit d329e39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.1 (2014-09-22)

* Fix : [#46](https://github.com/savonrb/gyoku/pull/46) Fix a threading issue. Gyoku should now be relatively more threadsafe due to less usage of global variables.

## 1.2.0 (2014-09-18)

* Feature: [#44](https://github.com/savonrb/gyoku/pull/44) support for sorting via :order! with a string key
Expand Down
4 changes: 1 addition & 3 deletions lib/gyoku/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module Gyoku

VERSION = "1.2.0"

VERSION = '1.2.1'
end

0 comments on commit d329e39

Please sign in to comment.