From febcc9988b4c116654f8b2f89423eb2f1bf6bef3 Mon Sep 17 00:00:00 2001 From: David Jennes Date: Wed, 26 Jan 2022 15:12:42 +0100 Subject: [PATCH] Version 2.0.2 --- AppwiseCore.podspec | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AppwiseCore.podspec b/AppwiseCore.podspec index ac83184..7162771 100644 --- a/AppwiseCore.podspec +++ b/AppwiseCore.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| # info s.name = 'AppwiseCore' - s.version = '2.0.1' + s.version = '2.0.2' s.summary = 'Just a library of some stuff we use internally.' s.description = <<-DESC Contains a few generic types (appdelegate, config, router, client) and some helper methods. diff --git a/CHANGELOG.md b/CHANGELOG.md index c6fcb19..ceea549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. ## [Master](https://github.com/appwise-labs/AppwiseCore) +## [2.0.2](https://github.com/appwise-labs/AppwiseCore/releases/tag/2.0.2) + ### Bug Fixes * Fastlane: `sentry_auto_set_commits` better handles issues with Sentry API.