Skip to content

Commit d65b6fd

Browse files
committed
Update changelog
1 parent 36b4411 commit d65b6fd

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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

88
## [Unreleased]
9+
10+
## [1.0.0-beta] - 2020-03-03
11+
### Updated
12+
- Upgraded Laravel support to include 7.x
13+
14+
### Added
15+
- Add a user password validation rule
16+
- Base abstract operation class
17+
- Added castable for CarbonInterval and UUID
18+
919
### Changed
1020
- Moved the operations contract to a more sensible namespace
1121

@@ -20,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2030
## [1.0.0-alpha] - 2020-01-17
2131
- Initial release
2232

23-
[Unreleased]: https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.2-alpha...develop
33+
[Unreleased]: https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.0-beta...develop
34+
[1.0.0-beta]: https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.1-alpha...v1.0.0-beta
2435
[1.0.2-alpha]: https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.1-alpha...v1.0.2-alpha
2536
[1.0.1-alpha]: https://github.com/sprocketbox/laravel-toolkit/compare/v1.0.0-alpha...v1.0.1-alpha
2637
[1.0.0-alpha]: https://github.com/sprocketbox/laravel-toolkit/releases/tag/v1.0.0-alpha

0 commit comments

Comments
 (0)