From 82de8b7c8c1a8acc85dbd7e3ee53883339a5c2bb Mon Sep 17 00:00:00 2001 From: shields Date: Sat, 18 Sep 2021 20:15:49 +0900 Subject: [PATCH] Fix versions --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82542e..b55441d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ -### 0.8.5 (Next) +### 0.8.6 (Next) * Your contribution here. -### 0.8.4 (2021/09/18) +### 0.8.5 (2021/09/18) * [#250](https://github.com/mongoid/mongoid-history/pull/250): Migrate to Github actions - [@johnnyshields](https://github.com/johnnyshields). * [#249](https://github.com/mongoid/mongoid-history/pull/249): Don't update version on embedded documents if the document itself is being destroyed - [@getaroom](https://github.com/getaroom). * [#248](https://github.com/mongoid/mongoid-history/pull/248): Don't update version on embedded documents if an ancestor is being destroyed in the same operation - [@getaroom](https://github.com/getaroom). +### 0.8.4 (2021/09/18) + +* Not released. + ### 0.8.3 (2020/06/17) * [#236](https://github.com/mongoid/mongoid-history/pull/236): Fix Ruby 2.7 keyword argument warnings - [@vasilysn](https://github.com/vasilysn).