From f60176871e7084b602a3b3fae69fcc761582dfbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Nov 2023 00:52:01 +0000 Subject: [PATCH] chore(release): 0.1.11 [skip ci] ## [0.1.11](https://github.com/lpm0073/secure-logger/compare/v0.1.10...v0.1.11) (2023-11-14) ### Bug Fixes * CURRENT_VERSION was unassigned ([528fa71](https://github.com/lpm0073/secure-logger/commit/528fa71dc0fc008bd7098686cab94198a961f5c3)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed3658..446da40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.11](https://github.com/lpm0073/secure-logger/compare/v0.1.10...v0.1.11) (2023-11-14) + + +### Bug Fixes + +* CURRENT_VERSION was unassigned ([528fa71](https://github.com/lpm0073/secure-logger/commit/528fa71dc0fc008bd7098686cab94198a961f5c3)) + ## [0.1.10](https://github.com/lpm0073/secure-logger/compare/v0.1.9...v0.1.10) (2023-11-14)