From c350ade9a85f724e1628c5ed3bc0e4a10d636612 Mon Sep 17 00:00:00 2001 From: Matt Dainty Date: Mon, 29 Jul 2024 19:47:25 +0100 Subject: [PATCH] chore(main): release 1.2.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f6a9e15..b7298f8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.2" + ".": "1.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..905777a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [1.2.3](https://github.com/bodgit/tsig/compare/v1.2.2...v1.2.3) (2024-07-29) + + +### Bug Fixes + +* Refactor to use GSSAPI wrapper ([504a37f](https://github.com/bodgit/tsig/commit/504a37fef2a82af0600d95e1251c29a7d06fadec)), closes [#111](https://github.com/bodgit/tsig/issues/111) +* Use expiry from negotiated context ([#121](https://github.com/bodgit/tsig/issues/121)) ([0d4e7fc](https://github.com/bodgit/tsig/commit/0d4e7fc345691cb63845ddd2846e793ae763426a)), closes [#6](https://github.com/bodgit/tsig/issues/6)