Skip to content

Commit f299d2e

Browse files
committed
Release 1.3.0
1 parent 5d8970d commit f299d2e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.3.0] - 2021-11-12
9+
10+
### Added
11+
- GitHub workflow for running the PHPUnit tests
12+
13+
### Changed
14+
- Update dependencies
15+
- Fix missing changelog entry for release 1.2.0
916

1017
## [1.2.0] - 2020-10-29
1118

@@ -30,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3037
- Classes to populate xPDO objects with relevant fake data.
3138
- Test Suite (example package and Unit Tests).
3239

33-
[Unreleased]: https://github.com/SpringbokAgency/faker-xpdo-orm-adapter/compare/v1.2.0...HEAD
40+
[Unreleased]: https://github.com/SpringbokAgency/faker-xpdo-orm-adapter/compare/v1.3.0...HEAD
41+
[1.3.0]: https://github.com/SpringbokAgency/faker-xpdo-orm-adapter/compare/v1.2.0...v1.3.0
3442
[1.2.0]: https://github.com/SpringbokAgency/faker-xpdo-orm-adapter/compare/v1.1.0...v1.2.0
3543
[1.1.0]: https://github.com/SpringbokAgency/faker-xpdo-orm-adapter/compare/v1.0.0...v1.1.0
3644
[1.0.0]: https://github.com/SpringbokAgency/faker-xpdo-orm-adapter/releases/tag/v1.0.0

0 commit comments

Comments
 (0)