Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 52cf9cc

Browse files
committedJun 12, 2020
Preparing for release, 4.1.0.
1 parent c52689e commit 52cf9cc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
### 4.0.2 (Next)
1+
### 4.1.0 (6/12/2020)
22

33
* [#221](https://github.com/mongoid/mongoid-rspec/pull/221): Support `ordered_by` for Mongoid 5 and earlier - [@stim371](https://github.com/stim371).
44
* [#222](https://github.com/mongoid/mongoid-rspec/pull/222): Do not depend on `rspec` meta gem - [@lucasmazza](https://github.com/lucasmazza).
55
* [#231](https://github.com/mongoid/mongoid-rspec/pull/231): Fix transform_values deprecation in rails 6 - [@yads](https://github.com/yads).
66
* [#223](https://github.com/mongoid/mongoid-rspec/pull/223): Add support for `optional` in relations matchers - [@javierav](https://github.com/javierav).
77
* [#226](https://github.com/mongoid/mongoid-rspec/pull/226): Fix #217. Use Appraisal to test the gem - [@javierav](https://github.com/javierav).
8-
* Your contribution here.
98

109
### 4.0.1 (6/15/2018)
1110

‎lib/mongoid/rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Mongoid
22
module RSpec
3-
VERSION = '4.0.2'.freeze
3+
VERSION = '4.1.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)