Skip to content

Commit 2c53289

Browse files
committed
release: 3.0.2
1 parent 9f4c0c8 commit 2c53289

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Mongoid::Includes 3.0.2 (2022-11-03) ##
2+
3+
* [perf: avoid queries when foreign keys are empty](https://github.com/ElMassimo/mongoid_includes/commit/9f4c0c8bf1560a319c663fae77015c638caec56b)
4+
15
## Mongoid::Includes 3.0.1 (2022-11-03) ##
26

37
* Allow installing this library with Mongoid `8.0`.

lib/mongoid/includes/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ module Mongoid
55
module Includes
66

77
# Public: This library will attempt to follow semantic versioning (whatever that's supposed to be).
8-
VERSION = '3.0.1'
8+
VERSION = '3.0.2'
99
end
1010
end

0 commit comments

Comments
 (0)