Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 87e76cc

Browse files
committed
Update change log
1 parent f269316 commit 87e76cc

File tree

1 file changed

+40
-9
lines changed

1 file changed

+40
-9
lines changed

CHANGELOG.md

Lines changed: 40 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,49 @@
11
# Change Log
22

3-
## 2.0.0
3+
4+
All notable changes to this project will be documented in this file.
5+
6+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
7+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
8+
9+
10+
## [Unreleased]
11+
12+
13+
## [2.0.0]
414

515
### Added
616

717
- Support for HTTPlug 2.0 and PSR-18
818

919
### Changed
1020

11-
- `Client` and `Promise` are both final.
21+
- `Client` and `Promise` are both final
1222

1323
### Removed
1424

1525
- Support for PHP <7.1
1626

17-
## 1.1.1 - 2016-05-10
27+
28+
## [1.1.1] - 2016-05-10
1829

1930
### Fixed
2031

2132
- Adapter can again be instantiated without a guzzle client.
2233

23-
## 1.1.0 - 2016-05-09
34+
35+
## [1.1.0] - 2016-05-09
2436

2537
### Added
2638

2739
- Factory method Client::createWithConfig to create an adapter with custom
2840
configuration for the underlying guzzle client.
2941

3042

31-
## 1.0.0 - 2016-01-26
43+
## [1.0.0] - 2016-01-26
3244

3345

34-
## 0.4.1 - 2016-01-13
46+
## [0.4.1] - 2016-01-13
3547

3648
### Changed
3749

@@ -42,15 +54,21 @@
4254
- Client common dependency
4355

4456

45-
## 0.4.0 - 2016-01-12
57+
## [0.4.0] - 2016-01-12
4658

4759
### Changed
4860

4961
- Updated package files
5062
- Updated HTTPlug to RC1
5163

5264

53-
## 0.2.1 - 2015-12-17
65+
## [0.3.1] - 2015-12-31
66+
67+
68+
## [0.3.0] - 2015-12-31
69+
70+
71+
## [0.2.1] - 2015-12-17
5472

5573
### Added
5674

@@ -61,7 +79,7 @@
6179
- Guzzle setup conforms to HTTPlug requirement now: Minimal functionality in client
6280

6381

64-
## 0.2.0 - 2015-12-15
82+
## [0.2.0] - 2015-12-15
6583

6684
### Added
6785

@@ -77,3 +95,16 @@
7795
### Added
7896

7997
- Initial release
98+
99+
100+
[Unreleased]: https://github.com/php-http/guzzle6-adapter/compare/v2.0.0...HEAD
101+
[2.0.0]: https://github.com/php-http/guzzle6-adapter/compare/v1.1.1...v2.0.0
102+
[1.1.1]: https://github.com/php-http/guzzle6-adapter/compare/v1.1.0...v1.1.1
103+
[1.1.0]: https://github.com/php-http/guzzle6-adapter/compare/v1.0.0...v1.1.0
104+
[1.0.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.4.1...v1.0.0
105+
[0.4.1]: https://github.com/php-http/guzzle6-adapter/compare/v0.4.0...v0.4.1
106+
[0.4.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.2.1...v0.4.0
107+
[0.3.1]: https://github.com/php-http/guzzle6-adapter/compare/v0.3.0...v0.3.1
108+
[0.3.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.2.1...v0.3.0
109+
[0.2.1]: https://github.com/php-http/guzzle6-adapter/compare/v0.2.0...v0.2.1
110+
[0.2.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.1.0...v0.2.0

0 commit comments

Comments
 (0)