Skip to content

Commit

Permalink
Bump version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chevinbrown committed Dec 1, 2018
1 parent 1b776c8 commit e89bd72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 1.1.4 (2018/11/29)
## 1.1.5 (2018/12/01)
* Corrects unique index between friendable_id and friend_id

There was a typo in the migration of version 1.1.4 and the migration was not tested or reviewed.

## 1.1.4 (2018/11/29)(yanked)

* Adds unique index between friendable_id and friend_id to prevent duplicate friendships. ([#64](https://github.com/sungwoncho/has_friendship/pull/64)) [@xilefff](https://github.com/xilefff)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
has_friendship (1.1.4)
has_friendship (1.1.5)
rails (>= 4.2.0, < 5.3.0)
stateful_enum

Expand Down
2 changes: 1 addition & 1 deletion lib/has_friendship/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HasFriendship
VERSION = "1.1.4"
VERSION = "1.1.5"
end

0 comments on commit e89bd72

Please sign in to comment.