From b7f54653a8bb503f42b59ab3160eb11f333b9d3f Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Fri, 12 Mar 2021 09:20:00 -0800 Subject: [PATCH] Fix CocoaPods version I accidentally included 4.2.1 in 4.2.0 Signed-off-by: Keith Smiley --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be740c2..0382599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. `Kronos` adheres to [Semantic Versioning](http://semver.org/). +## [4.2.1](https://github.com/MobileNativeFoundation/Kronos/releases/tag/4.2.1) +- Fix CocoaPods version + ## [4.2.0](https://github.com/MobileNativeFoundation/Kronos/releases/tag/4.2.0) - Fix buffer overflow - Remove `VALID_ARCHS` for Apple Silicon support