Skip to content

Commit

Permalink
v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseng committed Apr 27, 2014
1 parent c37d860 commit 40398b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 0.2.x

### 0.2.8

* Rails 4.1 support ([#30](https://github.com/jenseng/hair_trigger/issues/30))
* Fix `DEFINER` issues in mysql ([#29](https://github.com/jenseng/hair_trigger/issues/29))

### 0.2.7

* Support chaining within trigger groups ([#22](https://github.com/jenseng/hair_trigger/issues/22))
Expand Down
2 changes: 1 addition & 1 deletion lib/hair_trigger/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HairTrigger
VERSION = "0.2.7"
VERSION = "0.2.8"

def VERSION.<=>(other)
split(/\./).map(&:to_i) <=> other.split(/\./).map(&:to_i)
Expand Down

0 comments on commit 40398b7

Please sign in to comment.