@@ -10,6 +10,19 @@ The format is based on [Keep a Changelog][], and this project adheres to
10
10
11
11
## Unreleased ([ diff] [ diff-unreleased ] )
12
12
13
+ ## [ 0.3.1] [ ] ([ diff] [ diff-0.3.1 ] ) - 2022-10-20
14
+
15
+ ### Fixed
16
+
17
+ - Made changes (mostly cosmetic) based on linter feedback ([ #8 ] [ pr-8 ] ).
18
+
19
+ ### Security
20
+
21
+ - Updated the minimum required version of ` github.com/stretchr/testify ` to
22
+ ` v1.6.0 ` to remove the indirect dependency on ` gopkg.in/yaml.v2 ` , which has
23
+ [ multiple vulnerabilities] ( https://pkg.go.dev/gopkg.in/yaml.v2?tab=versions )
24
+ ([ #7 ] [ pr-7 ] ).
25
+
13
26
## [ 0.3.0] [ ] ([ diff] [ diff-0.3.0 ] ) - 2020-07-23
14
27
15
28
Our first open source release! :tada :
@@ -54,9 +67,14 @@ Our first open source release! :tada:
54
67
55
68
First release of the library.
56
69
70
+ [ pr-7 ] : https://github.com/bloomberg/go-testgroup/pull/7
71
+ [ pr-8 ] : https://github.com/bloomberg/go-testgroup/pull/8
57
72
[ diff-unreleased] :
58
- https://github.com/bloomberg/go-testgroup/compare/v0.3.0...HEAD
59
- "unreleased changes since 0.3.0"
73
+ https://github.com/bloomberg/go-testgroup/compare/v0.3.1...HEAD
74
+ "unreleased changes since 0.3.1"
75
+ [ diff-0.3.1] :
76
+ https://github.com/bloomberg/go-testgroup/compare/v0.3.0...v0.3.1
77
+ "changes from 0.3.0 to 0.3.1"
60
78
[ diff-0.3.0] :
61
79
https://github.com/bloomberg/go-testgroup/compare/v0.2.0...v0.3.0
62
80
"changes from 0.2.0 to 0.3.0"
@@ -66,6 +84,9 @@ First release of the library.
66
84
[ diff-0.1.0] :
67
85
https://github.com/bloomberg/go-testgroup/commits/v0.1.0
68
86
"changes from root to 0.1.0"
87
+ [ 0.3.1] :
88
+ https://github.com/bloomberg/go-testgroup/releases/tag/v0.3.1
89
+ "version 0.3.1"
69
90
[ 0.3.0] :
70
91
https://github.com/bloomberg/go-testgroup/releases/tag/v0.3.0
71
92
"version 0.3.0"
0 commit comments