Skip to content

Commit c8fadec

Browse files
committed
Prepare release
1 parent 8af1387 commit c8fadec

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Contributing
22

33
Please see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html).
4-

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## 1.2.0 - 2016-03-29
44

55
### Added
66

@@ -10,6 +10,10 @@
1010
- New RequestConditional authentication method using request matchers
1111
- Add automatic basic auth info detection based on the URL
1212

13+
### Changed
14+
15+
- Improved ResponseBuilder
16+
1317
### Deprecated
1418

1519
- RegexRequestMatcher, use RequestMatcher instead

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"extra": {
5050
"branch-alias": {
51-
"dev-master": "1.2-dev"
51+
"dev-master": "1.3-dev"
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)