From 35cbc280b9bcd81b4c3e26c3c42440a9813f092a Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Wed, 30 Nov 2022 11:22:18 -0500 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb67e8..c44d0c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v0.4.12] - [Fix Deprecated FX Logger, Add Zap Logging #107](https://github.com/xmidt-org/themis/issues/107) - [Replace package xlog with sallust #123](https://github.com/xmidt-org/themis/issues/123) - [Replace go-kit/log with uber zap #121](https://github.com/xmidt-org/themis/issues/121) From 6b7993d8383ee86950e601b1630e3f1368978c8c Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Wed, 30 Nov 2022 11:26:25 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c44d0c1..0baf5af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - [Fix Deprecated FX Logger, Add Zap Logging #107](https://github.com/xmidt-org/themis/issues/107) - [Replace package xlog with sallust #123](https://github.com/xmidt-org/themis/issues/123) - [Replace go-kit/log with uber zap #121](https://github.com/xmidt-org/themis/issues/121) +- [CVE-2022-32149 (High) detected in golang.org/x/text-v0.3.7 #117](https://github.com/xmidt-org/themis/issues/117) ## [v0.4.11] - Remove several unused build files and update the docker images to work. [#122](https://github.com/xmidt-org/themis/pull/122)