From 19ae5a4f3a5fc26e704b8b370fce18da4cc9ae13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 00:40:08 +0000 Subject: [PATCH 1/2] chore(main): release 1.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 06d6df2..b7634f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.0.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ae59c8c..fb757a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. 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). +## [1.0.3](https://github.com/matthewhartstonge/argon2/compare/v1.0.2...v1.0.3) (2024-12-12) + + +### Miscellaneous Chores + +* release 1.0.3 ([601f492](https://github.com/matthewhartstonge/argon2/commit/601f49212436450d975dc2b4f9f30c6d0018ab8f)) + ## [1.0.2](https://github.com/matthewhartstonge/argon2/compare/v1.0.1...v1.0.2) (2024-11-10) From 8819f0c11967ee4564ed17b65f203ce9781db364 Mon Sep 17 00:00:00 2001 From: Matthew Hartstonge Date: Thu, 12 Dec 2024 13:43:40 +1300 Subject: [PATCH 2/2] chore: adds information on crypto upgrade. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb757a8..4b1e2ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Miscellaneous Chores * release 1.0.3 ([601f492](https://github.com/matthewhartstonge/argon2/commit/601f49212436450d975dc2b4f9f30c6d0018ab8f)) +* chore: Bump golang.org/x/crypto from 0.30.0 to 0.31.0 ([3bb40c5](https://github.com/matthewhartstonge/argon2/commit/3bb40c5e87345e039ea1f406b10fd07850f8120c)) ## [1.0.2](https://github.com/matthewhartstonge/argon2/compare/v1.0.1...v1.0.2) (2024-11-10)