@@ -10,9 +10,16 @@ The format is based on [Keep a Changelog][], and this project adheres to
10
10
11
11
## Unreleased ([ diff] [ diff-unreleased ] )
12
12
13
+ ## [ 1.1.1] [ ] ([ diff] [ diff-1.1.1 ] ) - 2023-09-12
14
+
15
+ ### Security
16
+
17
+ - Updated minimum required version of indirect dependency ` gopkg.in/yaml.v3 `
18
+ ([ #13 ] [ pr-13 ] ).
19
+
13
20
## [ 1.1.0] [ ] ([ diff] [ diff-1.1.0 ] ) - 2023-09-12
14
21
15
- ## Changed
22
+ ### Changed
16
23
17
24
- Updated ` go.mod ` to ` go 1.17 ` to enable more modern Go module features. See
18
25
the [ Go Modules Reference] ( https://go.dev/ref/mod#go-mod-file-go ) for details
@@ -84,9 +91,13 @@ First release of the library.
84
91
[ pr-7 ] : https://github.com/bloomberg/go-testgroup/pull/7
85
92
[ pr-8 ] : https://github.com/bloomberg/go-testgroup/pull/8
86
93
[ pr-12 ] : https://github.com/bloomberg/go-testgroup/pull/12
94
+ [ pr-13 ] : https://github.com/bloomberg/go-testgroup/pull/13
87
95
[ diff-unreleased] :
88
- https://github.com/bloomberg/go-testgroup/compare/v1.1.0 ...HEAD
96
+ https://github.com/bloomberg/go-testgroup/compare/v1.1.1 ...HEAD
89
97
"unreleased changes since 1.1.0"
98
+ [ diff-1.1.1] :
99
+ https://github.com/bloomberg/go-testgroup/compare/v1.1.0...v1.1.1
100
+ "changes from 1.1.0 to 1.1.1"
90
101
[ diff-1.1.0] :
91
102
https://github.com/bloomberg/go-testgroup/compare/v1.0.0...v1.1.0
92
103
"changes from 1.0.0 to 1.1.0"
@@ -105,6 +116,9 @@ First release of the library.
105
116
[ diff-0.1.0] :
106
117
https://github.com/bloomberg/go-testgroup/commits/v0.1.0
107
118
"changes from root to 0.1.0"
119
+ [ 1.1.1] :
120
+ https://github.com/bloomberg/go-testgroup/releases/tag/v1.1.1
121
+ "version 1.1.1"
108
122
[ 1.1.0] :
109
123
https://github.com/bloomberg/go-testgroup/releases/tag/v1.1.0
110
124
"version 1.1.0"
0 commit comments