Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.2"
".": "1.3.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [1.3.0](https://github.com/bodgit/tsig/compare/v1.2.2...v1.3.0) (2026-04-28)


### Features

* replace copier with shallow copy ([#154](https://github.com/bodgit/tsig/issues/154)) ([6d7668b](https://github.com/bodgit/tsig/commit/6d7668b06318e4c9a6fe349d11d530721109de2b))


### Bug Fixes

* **deps:** update github.com/alexbrainman/sspi digest to 7d374ff ([#162](https://github.com/bodgit/tsig/issues/162)) ([3e8f387](https://github.com/bodgit/tsig/commit/3e8f3876600dfba9e25edfca4a9f173d456ee2d5))
* **deps:** update module github.com/go-logr/logr to v1.4.3 ([#163](https://github.com/bodgit/tsig/issues/163)) ([a6a9ef2](https://github.com/bodgit/tsig/commit/a6a9ef2434a3ccd5858d0fd80813bba44119632b))
* **deps:** update module github.com/miekg/dns to v1.1.72 ([#164](https://github.com/bodgit/tsig/issues/164)) ([a26c6e9](https://github.com/bodgit/tsig/commit/a26c6e9c9d13e458b8c4263a182e85e7b5d76a2b))
* **deps:** update module github.com/stretchr/testify to v1.11.1 ([#165](https://github.com/bodgit/tsig/issues/165)) ([a9acd25](https://github.com/bodgit/tsig/commit/a9acd258b254a361faabc0b587cfba168aee64e2))
* Refactor to use GSSAPI wrapper ([d62bcde](https://github.com/bodgit/tsig/commit/d62bcded8ca4bf496b9b34a1eff391a80a0a6fed))
* 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)
Loading