From 0afa8ffa3c7e4c792471d95e100d273f48e759c0 Mon Sep 17 00:00:00 2001 From: Matthew Hartstonge Date: Thu, 10 Nov 2022 15:10:52 +1300 Subject: [PATCH] :ship: v0.3.1 - 2022-11-10 Changed - deps: updates to `golang.org/x/crypto@v0.2.0`. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b228d22..6e4b8d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [v0.3.1] - 2022-11-10 +### Changed +- deps: updates to `golang.org/x/crypto@v0.2.0`. + ## [v0.3.0] - 2022-11-05 ### Added - .github: adds support for github actions, codeowners and dependabot. @@ -99,6 +103,7 @@ GPG signed release. - readme: Fix example link [Unreleased]: https://github.com/matthewhartstonge/argon2/tree/master +[v0.3.1]: https://github.com/matthewhartstonge/argon2/tree/v0.3.1 [v0.3.0]: https://github.com/matthewhartstonge/argon2/tree/v0.3.0 [v0.2.1]: https://github.com/matthewhartstonge/argon2/tree/v0.2.1 [v0.2.0]: https://github.com/matthewhartstonge/argon2/tree/v0.2.0