bump changelog

This commit is contained in:
Kenneth Bingham 2023-11-20 11:03:41 -05:00
parent b1b0f69bac
commit 5ef4505019
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -1,5 +1,9 @@
# CHANGELOG
## v0.4.16
FEATURE: Publish Linux packages for `zrok` CLI and a systemd service for running a reserved public share (`zrok-share`).
## v0.4.15
CHANGE: Updated the code signing and notarization process for macos binaries. The previous release process used the `gon` utility to handle both code signing and notarization. Apple changed the requirements and the `gon` utility no longer properly functions as of 2023-11-01. The `goreleaser` process has been adjusted to use the `notarytool` utility that ships with XCode to sign and notarize the binary (https://github.com/openziti/zrok/issues/435)