Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit 1b9f81d

Browse files
committed
Prepare 0.3 release
1 parent fae32f4 commit 1b9f81d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## 0.4.0 - UNRELEASED
4+
5+
6+
## 0.3.0 - 2015-11-16
7+
8+
### Removed
9+
10+
- Client Context Factory
11+
- Factory Awares and Templates
12+
13+
14+
## 0.2.0 - 2015-11-16
15+
16+
### Changed
17+
18+
- Reordered the parameters when creating a message to have the protocol last,
19+
as its the least likely to need to be changed.
20+
321

422
## 0.1.0 - 2015-06-01
523

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"extra": {
2323
"branch-alias": {
24-
"dev-master": "0.2-dev"
24+
"dev-master": "0.4-dev"
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)