Skip to content

Commit 6a11f71

Browse files
committed
Bump version to 2.5.0
1 parent 9449055 commit 6a11f71

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
### 2.4.1 (Next)
1+
### Unreleased - TBD
2+
3+
* Your contribution here.
4+
5+
### 2.5.0 (2023/01/19)
26

37
* [#81](https://github.com/mongoid/mongoid-grid_fs/pull/81): Mongoid 8 support - [@dblock](https://github.com/dblock), [@rmm5t](https://github.com/rmm5t).
48
* [#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).
5-
* Your contribution here.
69

710
### 2.4.0 (2018/07/11)
811

Diff for: lib/mongoid/grid_fs/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Mongoid
22
class GridFs
3-
VERSION = '2.4.1'.freeze
3+
VERSION = '2.5.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)