Skip to content

Commit 86ff4d5

Browse files
authored
Merge pull request #98 from atc0005/update-changelog-for-v0.1.9-release
Update CHANGELOG for v0.1.9 release
2 parents c27bf9b + 3bfa3f7 commit 86ff4d5

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

CHANGELOG.md

+36-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,40 @@ The following types of changes will be recorded in this file:
2626

2727
- placeholder
2828

29+
## [v0.1.9] - 2022-03-02
30+
31+
### Overview
32+
33+
- Dependency updates
34+
- CI / linting improvements
35+
- built using Go 1.17.7
36+
- Statically linked
37+
- Windows (x86, x64)
38+
- Linux (x86, x64)
39+
40+
### Changed
41+
42+
- Dependencies
43+
- `Go`
44+
- `1.17.6` to `1.17.7`
45+
- `denisenkom/go-mssqldb`
46+
- `v0.11.0` to `v0.12.0`
47+
- `alexflint/go-arg`
48+
- `v1.4.2` to `v1.4.3`
49+
- `actions/checkout`
50+
- `v2.4.0` to `v3`
51+
- `actions/setup-node`
52+
- `v2.5.1` to `v3`
53+
54+
- (GH-89) Expand linting GitHub Actions Workflow to include `oldstable`,
55+
`unstable` container images
56+
- (GH-90) Switch Docker image source from Docker Hub to GitHub Container
57+
Registry (GHCR)
58+
59+
### Fixed
60+
61+
- (GH-92) gosec, revive linting errors surfaced by GHAWs refresh
62+
2963
## [v0.1.8] - 2022-01-21
3064

3165
### Overview
@@ -247,7 +281,8 @@ file for additional details.
247281
- x86
248282
- x64
249283

250-
[Unreleased]: https://github.com/atc0005/check-illiad/compare/v0.1.8...HEAD
284+
[Unreleased]: https://github.com/atc0005/check-illiad/compare/v0.1.9...HEAD
285+
[v0.1.9]: https://github.com/atc0005/check-illiad/releases/tag/v0.1.9
251286
[v0.1.8]: https://github.com/atc0005/check-illiad/releases/tag/v0.1.8
252287
[v0.1.7]: https://github.com/atc0005/check-illiad/releases/tag/v0.1.7
253288
[v0.1.6]: https://github.com/atc0005/check-illiad/releases/tag/v0.1.6

0 commit comments

Comments
 (0)