From 6a11f714b7900219f83d873ee7a2caf3af86d8f4 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Thu, 19 Jan 2023 11:35:02 -0700 Subject: [PATCH] Bump version to 2.5.0 --- CHANGELOG.md | 7 +++++-- lib/mongoid/grid_fs/version.rb | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b08f1f8..cddf448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -### 2.4.1 (Next) +### Unreleased - TBD + +* Your contribution here. + +### 2.5.0 (2023/01/19) * [#81](https://github.com/mongoid/mongoid-grid_fs/pull/81): Mongoid 8 support - [@dblock](https://github.com/dblock), [@rmm5t](https://github.com/rmm5t). * [#81](https://github.com/mongoid/mongoid-grid_fs/pull/81): Dropped support for Mongoid 3 - [@dblock](https://github.com/dblock), [@rmm5t](https://github.com/rmm5t). -* Your contribution here. ### 2.4.0 (2018/07/11) diff --git a/lib/mongoid/grid_fs/version.rb b/lib/mongoid/grid_fs/version.rb index 90cc8fe..56b96db 100644 --- a/lib/mongoid/grid_fs/version.rb +++ b/lib/mongoid/grid_fs/version.rb @@ -1,5 +1,5 @@ module Mongoid class GridFs - VERSION = '2.4.1'.freeze + VERSION = '2.5.0'.freeze end end