Skip to content

Commit 8a0e72f

Browse files
committed
Prepare for 1.1.0 release
1 parent 50d4d70 commit 8a0e72f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
### HEAD
44
--------------
55

6-
- Added `PATCH` method support
6+
### 1.1.0
7+
-----------
8+
9+
- Added `PATCH` method support [Hernan Gonzalez](https://github.com/hernangonzalez)
710

811
### 1.0.1
912
-----------

Kakapo.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Kakapo"
3-
s.version = "1.0.1"
3+
s.version = "1.1.0"
44
s.summary = "Dynamically Mock server behaviors and responses."
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)