From aa216756d0475a0ef35ff195f406de64e1d79615 Mon Sep 17 00:00:00 2001 From: Sung Won Cho Date: Sun, 22 Oct 2017 14:26:19 +1100 Subject: [PATCH] 0.1.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9787f2d..317664a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 (2017/5/6) + +* Allow Rails 5.1.x ([#47](https://github.com/sungwoncho/has_friendship/pull/47)) [@mswiszcz](https://github.com/mswiszcz) + ## 1.1.0 (2017/5/6) * Implement callbacks for friendship state change ([#41](https://github.com/sungwoncho/has_friendship/pull/41)) [@sbadura](https://github.com/sbadura)