From 46c21b847c299ba3ef24e279b0b6230c79fe7249 Mon Sep 17 00:00:00 2001 From: Xavier Chapron Date: Fri, 10 Nov 2023 14:33:25 +0100 Subject: [PATCH] Changelog: Update for 0.3.5 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88bc403b..9687d72b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.5] - 2023-11-10 + +### Fixed +- CX: Update AES implementation to be compatible with API levels >= 12 + ## [0.3.4] - 2023-11-07 ### Features