Skip to content

Commit 0645671

Browse files
committed
docs: update changelog
1 parent 038d2a0 commit 0645671

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [Unreleased]
88

9+
## [0.1.1]
10+
### Added
11+
- Support for `anyOf` keyword
12+
13+
### Changed
14+
- Upgraded doctrine/coding-standard to 8.1.0
15+
- Upgraded league/openapi-psr7-validator to 0.9.1
16+
17+
### Fixed
18+
- Use max value for dates so faker will generate same date value for unit tests
19+
20+
## [0.1.0] - 2020-06-15
21+
22+
Initial release!
23+
24+
[Unreleased]: https://github.com/canvural/php-openapi-faker/compare/0.1.1...HEAD
25+
[0.1.1]: https://github.com/canvural/php-openapi-faker/compare/0.1.1...0.1.0
26+
[0.1.0]: https://github.com/canvural/php-openapi-faker/releases/tag/0.1.0

0 commit comments

Comments
 (0)