diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 83e73b1..36fbfb9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.2"} +{".":"0.0.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d4385..7038bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.0.3](https://github.com/bodgit/gssapi/compare/v0.0.2...v0.0.3) (2026-05-19) + + +### Bug Fixes + +* **deps:** update module github.com/go-logr/logr to v1.4.3 ([#56](https://github.com/bodgit/gssapi/issues/56)) ([0876c1e](https://github.com/bodgit/gssapi/commit/0876c1e9eb233d5018db60235151c694bace7545)) +* **deps:** update module github.com/spf13/afero to v1.15.0 ([#59](https://github.com/bodgit/gssapi/issues/59)) ([9ff1c9d](https://github.com/bodgit/gssapi/commit/9ff1c9da529ed1950f9eaddd81aa5e6a4dbfbe7f)) +* **deps:** update module github.com/stretchr/testify to v1.11.1 ([#60](https://github.com/bodgit/gssapi/issues/60)) ([91bbdb7](https://github.com/bodgit/gssapi/commit/91bbdb7a3ee43dd80c6ee67502937f757351450b)) +* use acceptor subkey for initiator signing when present. Fixes bodgit/tsig[#178](https://github.com/bodgit/gssapi/issues/178) ([#50](https://github.com/bodgit/gssapi/issues/50)) ([72218f2](https://github.com/bodgit/gssapi/commit/72218f20a58b8aa4afe2cf38cb0ff8b5424bdfe7)) + ## [0.0.2](https://github.com/bodgit/gssapi/compare/v0.0.1...v0.0.2) (2023-10-01)