Skip to content

Commit ae927ed

Browse files
committed
Prepare release
1 parent b82c2ff commit ae927ed

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

33

4+
## 0.4.0 - 2015-12-17
5+
6+
### Added
7+
8+
- Array condition evaluation in the Class Discovery
9+
10+
### Removed
11+
12+
- Message factories (moved to php-http/utils)
13+
14+
415
## 0.3.0 - 2015-11-18
516

617
### Added
718

8-
- HTTP Asyn Client Discovery
19+
- HTTP Async Client Discovery
920
- Stream factories
1021

1122
### Changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-master": "0.4-dev"
43+
"dev-master": "0.5-dev"
4444
}
4545
},
4646
"prefer-stable": true,

0 commit comments

Comments
 (0)