Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseng committed Jan 4, 2024
1 parent 75ae832 commit eaba13d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@

## 1.1.x

## 1.1.0
### 1.1.0

- fix for rails 7+ compatibility ([#118](https://github.com/jenseng/hair_trigger/pull/118))

### 1.1.0

- add support for trilogy adapter ([#115](https://github.com/jenseng/hair_trigger/pull/115))
- support postgres schema config setting ([#114](https://github.com/jenseng/hair_trigger/pull/114))
- skip `schema.rb` generation when `schema_format` is set to `:sql` ([#113](https://github.com/jenseng/hair_trigger/pull/113))
- clarify that `drop_trigger` uses different parameters than `create_trigger` ([#112](https://github.com/jenseng/hair_trigger/pull/112))
- fix `rails db:migrate` issue for multiple databases ([#110](https://github.com/heyjobs/hair_trigger/pull/110))

## 1.0.x

### 1.0.0

- rails 7 bugfix ([#104](https://github.com/jenseng/hair_trigger/pull/104) and [#106](https://github.com/jenseng/hair_trigger/pull/106))
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 = "1.1.0"
VERSION = "1.1.1"

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

0 comments on commit eaba13d

Please sign in to comment.