Skip to content

Commit 1e6727b

Browse files
author
Kristijan Novoselić
committed
Bump version to v3.0.1
1 parent 5e06119 commit 1e6727b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
## [Unreleased]
77
- TODO
88

9-
## [v3.0.0] - 2020-09-29
9+
## [v3.0.1] - 2020-09-29
1010
### Added
1111
- Started 🔎 tracking changes in a changelog!
1212
- Mongoid 7 support
@@ -19,5 +19,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1919
- Updated style to fix Rubocop issues (as per included .rubocop.yml configuration file)
2020
- Removed .lock files as these are not supposed to be included with gem source code
2121

22-
[Unreleased]: https://github.com/glooko/mongoid-embedded-errors/compare/v3.0.0...HEAD
22+
## [v3.0.0] - 2020-09-29 [YANKED]
23+
- Yanked due to wrong dependencies in gemspec.
24+
25+
[Unreleased]: https://github.com/glooko/mongoid-embedded-errors/compare/v3.0.1...HEAD
26+
[v3.0.1]: https://github.com/glooko/mongoid-embedded-errors/compare/v3.0.0...v3.0.1
2327
[v3.0.0]: https://github.com/glooko/mongoid-embedded-errors/compare/f1ce0d8ed140de86c894b2fad7ad197504fefd5a...v3.0.0

lib/mongoid/embedded_errors/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Mongoid; end
44
module Mongoid::EmbeddedErrors
5-
VERSION = '3.0.0'
5+
VERSION = '3.0.1'
66
end

0 commit comments

Comments
 (0)