Skip to content

Commit

Permalink
Prepare for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joanromano committed Oct 14, 2016
1 parent 32e8196 commit e38087f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down
2 changes: 1 addition & 1 deletion Kakapo.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e38087f

Please sign in to comment.