File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.6.2] - 2022-08-10
10
+
11
+ Fixes incorrect release - tag and published gem back in sync
12
+
13
+ ## [ 3.6.1] - 2022-08-10
14
+ ### Added
15
+ - Github actions to publish to Rubygems upon release
16
+
17
+ ### Fixed
18
+ - Fix ` patches:pending ` rake task
19
+
9
20
## [ 3.6.0] - 2022-05-27
21
+
22
+ 3.6.1 changes were incorrectly published as 3.6.0 but tagged as 3.6.1
23
+
10
24
### Added
11
25
- Added ` notification_prefix ` and ` notification_suffix ` to configuration options
12
26
- Linked to docs/usage.md in README
Original file line number Diff line number Diff line change 1
1
module Patches
2
2
MAJOR = 3
3
3
MINOR = 6
4
- PATCH = 0
4
+ PATCH = 2
5
5
VERSION = [ MAJOR , MINOR , PATCH ] . compact . join ( "." ) . freeze
6
6
end
You can’t perform that action at this time.
0 commit comments