@@ -10,6 +10,19 @@ The format is based on [Keep a Changelog][], and this project adheres to
1010
1111## Unreleased ([ diff] [ diff-unreleased ] )
1212
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+
1326## [ 0.3.0] [ ] ([ diff] [ diff-0.3.0 ] ) - 2020-07-23
1427
1528Our first open source release! :tada :
@@ -54,9 +67,14 @@ Our first open source release! :tada:
5467
5568First release of the library.
5669
70+ [ pr-7 ] : https://github.com/bloomberg/go-testgroup/pull/7
71+ [ pr-8 ] : https://github.com/bloomberg/go-testgroup/pull/8
5772[ 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"
6078[ diff-0.3.0] :
6179 https://github.com/bloomberg/go-testgroup/compare/v0.2.0...v0.3.0
6280 "changes from 0.2.0 to 0.3.0"
@@ -66,6 +84,9 @@ First release of the library.
6684[ diff-0.1.0] :
6785 https://github.com/bloomberg/go-testgroup/commits/v0.1.0
6886 "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"
6990[ 0.3.0] :
7091 https://github.com/bloomberg/go-testgroup/releases/tag/v0.3.0
7192 "version 0.3.0"
0 commit comments