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

Commit 2f9f6fd

Browse files
committed
Merge pull request #24 from php-http/prepare_release
Prepare stable release
2 parents 147f8ba + dd46cb7 commit 2f9f6fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

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

3-
## UNRELEASED
3+
## 1.0.0 - 2015-12-15
44

55
### Added
66

@@ -12,7 +12,7 @@
1212
- Message Factory extends Request and Response factories
1313

1414

15-
## 1.0.0-rc1 - 2015-12-14
15+
## 1.0.0-RC1 - 2015-12-14
1616

1717
### Added
1818

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HTTP Message Factory
1+
# PSR-7 Message Factory
22

33
[![Latest Version](https://img.shields.io/github/release/php-http/message-factory.svg?style=flat-square)](https://github.com/php-http/message-factory/releases)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)

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": "1.1-dev"
24+
"dev-master": "1.0-dev"
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)