Skip to content

Commit ee2e7c2

Browse files
authored
Release 1.0.2 (#75)
1 parent 67f18ad commit ee2e7c2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [1.0.2] - 2018-02-21
10+
### Added
11+
- This changelog
12+
13+
### Removed
14+
- Removed doc2test dependency
15+
16+
## [1.0.1] - 2017-10-27
17+
### Changed
18+
- Exceptions precision. Using DomainException instead of LogicException
19+
20+
## [1.0.0] - 2017-10-24
21+
Initial stable release
22+
23+
[1.0.2]: https://github.com/json-api-php/json-api/compare/1.0.1...1.0.2
24+
[1.0.1]: https://github.com/json-api-php/json-api/compare/1.0.0...1.0.1

0 commit comments

Comments
 (0)