Skip to content

Commit 76aa103

Browse files
committed
Bump version to 1.0.6
1 parent dc3ad9b commit 76aa103

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com//), and thi
66

77
## [Unreleased] - TBD
88

9+
## [1.0.6] - 2022-05-12
10+
11+
- Fix rubygems release
12+
913
## [1.0.5] - 2022-05-12
1014

1115
- Add GitHub CI workflow
@@ -31,7 +35,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com//), and thi
3135

3236
- Initial release
3337

34-
[Unreleased]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.5..HEAD
38+
[Unreleased]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.6..HEAD
39+
[1.0.6]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.5..v1.0.6
3540
[1.0.5]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.4..v1.0.5
3641
[1.0.4]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.3..v1.0.4
3742
[1.0.3]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.2..v1.0.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Minitest
22
module MatchersVaccine
3-
VERSION = "1.0.5"
3+
VERSION = "1.0.6"
44
end
55
end

0 commit comments

Comments
 (0)