diff --git a/AppwiseCore.podspec b/AppwiseCore.podspec index 0576c28..66aab6d 100755 --- a/AppwiseCore.podspec +++ b/AppwiseCore.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| # info s.name = 'AppwiseCore' - s.version = '0.6.1' + s.version = '0.7.0' 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 4dbb2a8..12445dc 100755 --- 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//AppwiseCore) +## [0.7.0](https://github.com/appwise-labs/AppwiseCore/releases/tag/0.7.0) + ### New Features * Added a typed notifications, with optional typed payloads.