Skip to content

Commit 3384d0b

Browse files
authored
Merge pull request #132 from php-http/patch-1.4.0
Prepare for 1.4.0
2 parents 97d6a18 + 7354310 commit 3384d0b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 1.4.0 - 2017-XX-XX
3+
## 1.4.0 - 2017-02-21
44

55
### Changed
66

@@ -11,6 +11,7 @@
1111
### Fixed
1212

1313
- WebProfiler is no longer broken when there was a redirect.
14+
- Dummy client should provide methods of HttpClient and HttpAsyncClient
1415

1516
## 1.3.0 - 2016-08-16
1617

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"extra": {
5757
"branch-alias": {
58-
"dev-master": "1.4-dev"
58+
"dev-master": "1.5-dev"
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)