diff --git a/AppwiseCore.podspec b/AppwiseCore.podspec index 4423f6e..b3b1e01 100644 --- a/AppwiseCore.podspec +++ b/AppwiseCore.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| # info s.name = 'AppwiseCore' - s.version = '0.10.3' + s.version = '0.10.4' 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. @@ -56,7 +56,7 @@ Pod::Spec.new do |s| ss.dependency 'CocoaLumberjack/Swift', '~> 3.4' ss.dependency 'CodableAlamofire', '~> 1.1' ss.dependency 'CrashlyticsRecorder', '~> 2.2' - ss.dependency 'Then', '~> 2.3' + ss.dependency 'Then', '~> 2.4' end # coredata diff --git a/CHANGELOG.md b/CHANGELOG.md index 7223f51..76e1d26 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) +## [0.10.4](https://github.com/appwise-labs/AppwiseCore/releases/tag/0.10.4) + ### New Features * DB: `Map` (used by `Wrapper`) `context` property is now public, so you can access the context during an import.