diff --git a/Changelog.md b/Changelog.md index 686803f..054a613 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,7 +3,10 @@ ### HEAD -------------- -- Added `PATCH` method support +### 2.1.0 +----------- + +- Added `PATCH` method support [Hernan Gonzalez](https://github.com/hernangonzalez) ### 2.0.0 ----------- diff --git a/Kakapo.podspec b/Kakapo.podspec index 9808618..0f8af06 100644 --- a/Kakapo.podspec +++ b/Kakapo.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Kakapo" - s.version = "2.0.0" + s.version = "2.1.0" s.summary = "Dynamically Mock server behaviors and responses." s.description = <<-DESC diff --git a/README.md b/README.md index 32bb4dd..df189ff 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ With Kakapo you can just create Swift structs/classes/enums that are automatical * Dynamic mocking * Prototyping - * Swift 3.0 compatible (from version `2.0.0`, `master` branch) - * Swift 2.3 compatible (from version `1.0.0`, branch `feature/swift2.3`) - * Swift 2.2 compatible (versions `0.x.y`, branch `feature/swift2.2`) + * Swift 3.0 compatible (from version 2.0.0, master branch) + * Swift 2.3 compatible (from version 1.0.0, branch feature/legacy-swift) + * Swift 2.2 compatible (versions 0.x.y) * Compatible with [![Platform](https://img.shields.io/cocoapods/p/Kakapo.svg?style=flat)](http://cocoapods.org/pods/Kakapo) * Protocol oriented and pluggable * Fully customizable by defining custom serialization and custom responses