Skip to content

Commit 30ae155

Browse files
committed
Update change log
1 parent aa3c389 commit 30ae155

File tree

1 file changed

+38
-7
lines changed

1 file changed

+38
-7
lines changed

CHANGELOG.md

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,69 @@
11
# Change Log
22

33

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

615
### Changed
716

817
- Don't test `TRACE` requests with request bodies, as they're not valid requests according to the [RFC](https://tools.ietf.org/html/rfc7231#section-4.3.8).
918
- Make the test suite PHPUnit 6 compatible
1019

1120

12-
## 0.5.1 - 2016-07-18
21+
## [0.6.2] - 2017-07-10
22+
23+
24+
## [0.6.1] - 2017-07-10
25+
26+
27+
## [0.6.0] - 2017-05-29
28+
29+
30+
## [0.5.1] - 2016-07-18
1331

1432
### Fixed
1533

1634
- Old name
1735

1836

19-
## 0.5.0 - 2016-07-18
37+
## [0.5.0] - 2016-07-18
2038

2139
### Changed
2240

2341
- Renamed to client-integration-tests
2442
- Improved pacakge
2543

2644

27-
## 0.4.0 - 2016-03-02
45+
## [0.4.0] - 2016-03-02
2846

2947
### Removed
3048

3149
- Discovery dependency
3250

3351

34-
## 0.3.1 - 2016-02-11
52+
## [0.3.1] - 2016-02-11
3553

3654
### Changed
3755

3856
- Updated message dependency
3957

4058

41-
## 0.3.0 - 2016-01-21
59+
## [0.3.0] - 2016-01-21
4260

4361
### Changed
4462

4563
- Updated discovery dependency
4664

4765

48-
## 0.2.0 - 2016-01-13
66+
## [0.2.0] - 2016-01-13
4967

5068
### Changed
5169

@@ -58,3 +76,16 @@
5876
### Added
5977

6078
- Initial release
79+
80+
81+
[Unreleased]: https://github.com/php-http/client-integration-tests/compare/v1.0.0...HEAD
82+
[1.0.0]: https://github.com/php-http/client-integration-tests/compare/v0.6.2...v1.0.0
83+
[0.6.2]: https://github.com/php-http/client-integration-tests/compare/v0.6.1...v0.6.2
84+
[0.6.1]: https://github.com/php-http/client-integration-tests/compare/v0.6.0...v0.6.1
85+
[0.6.0]: https://github.com/php-http/client-integration-tests/compare/v0.5.1...v0.6.0
86+
[0.5.1]: https://github.com/php-http/client-integration-tests/compare/v0.5.0...v0.5.1
87+
[0.5.0]: https://github.com/php-http/client-integration-tests/compare/v0.4.0...v0.5.0
88+
[0.4.0]: https://github.com/php-http/client-integration-tests/compare/v0.3.1...v0.4.0
89+
[0.3.1]: https://github.com/php-http/client-integration-tests/compare/v0.3.0...v0.3.1
90+
[0.3.0]: https://github.com/php-http/client-integration-tests/compare/v0.2.0...v0.3.0
91+
[0.2.0]: https://github.com/php-http/client-integration-tests/compare/v0.1.0...v0.2.0

0 commit comments

Comments
 (0)