diff --git a/CHANGELOG.md b/CHANGELOG.md index 5196ca5..48bec7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ -### Unreleased - TBD +### 2.6.0 (2024/11/19) -* [#83](https://github.com/mongoid/mongoid-grid_fs/pull/83): Add support for Mongoid 9 - [@asgerb](https://github.com/asgerb). -* Your contribution here. +* [#83](https://github.com/mongoid/mongoid-grid_fs/pull/83): Added support for Mongoid 9 - [@asgerb](https://github.com/asgerb). ### 2.5.0 (2023/01/19) diff --git a/lib/mongoid/grid_fs/version.rb b/lib/mongoid/grid_fs/version.rb index 56b96db..b36d06a 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.5.0'.freeze + VERSION = '2.6.0'.freeze end end