We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af1387 commit c8fadecCopy full SHA for c8fadec
.github/CONTRIBUTING.md
@@ -1,4 +1,3 @@
1
# Contributing
2
3
Please see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html).
4
-
CHANGELOG.md
@@ -1,6 +1,6 @@
# Change Log
-## Unreleased
+## 1.2.0 - 2016-03-29
5
### Added
6
@@ -10,6 +10,10 @@
10
- New RequestConditional authentication method using request matchers
11
- Add automatic basic auth info detection based on the URL
12
13
+### Changed
14
+
15
+- Improved ResponseBuilder
16
17
### Deprecated
18
19
- RegexRequestMatcher, use RequestMatcher instead
composer.json
@@ -48,7 +48,7 @@
48
},
49
"extra": {
50
"branch-alias": {
51
- "dev-master": "1.2-dev"
+ "dev-master": "1.3-dev"
52
}
53
54
0 commit comments