Skip to content

Commit a3b45d5

Browse files
committed
Update changelog, prepare release
1 parent b3ba0ac commit a3b45d5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22

33
## Unreleased
44

5+
6+
## 1.1.0
7+
58
### Added
69

7-
- Add a request matcher interface and regex implementation
10+
- Add a request matcher interface and regex implementation
11+
- Add a callback request matcher implementation
12+
- Add a ResponseBuilder, to create PSR7 Response from a string
13+
14+
### Fixed
815

16+
- Fix casting string on a FilteredStream not filtering the output
917

1018
## 1.0.0 - 2016-01-27
1119

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"extra": {
5050
"branch-alias": {
51-
"dev-master": "1.0-dev"
51+
"dev-master": "1.1-dev"
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)