diff --git a/CHANGELOG.md b/CHANGELOG.md index 389e51d..3d6bd40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.4](https://github.com/nosduco/nforwardauth/compare/v1.3.3...v1.3.4) (2023-12-27) + + +### CI/CD + +* use tag version instead of commit sha on binary archive names ([cc8913e](https://github.com/nosduco/nforwardauth/commit/cc8913eceb2042b80bd650080703659065e96212)) + ## [1.3.3](https://github.com/nosduco/nforwardauth/compare/v1.3.2...v1.3.3) (2023-12-27) diff --git a/Cargo.toml b/Cargo.toml index b29d0f7..49b8e23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nforwardauth" -version = "1.3.3" +version = "1.3.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html