diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 80c944a..61b63f4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [1.14.4] + go: ['1.19.7', '1.20.2'] steps: - name: checkout uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9525553..0f60149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [3.2.2] - 2023-03-12 + +### Security + +- Upgrade dependencies + ## [3.2.1] - 2022-10-10 ### Security