Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ksassnowski committed Aug 20, 2021
1 parent 0e84ac7 commit 6b3bb82
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
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).

## [0.5.2] — 2021-08-20

### Changed

- Changed visibility of `$responseRenderer` from `private` to `protected` in `AbstractWizard` (#21, @erikwittek)
- Changed visibility of `AbstractWizard::fields()` method from `private` to `protected` (#21, @erikwittek)

## [0.5.1] — 2021-08-17

### Added
Expand Down Expand Up @@ -56,3 +63,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] — 2021-05-04

Initial release

[0.5.2]: https://github.com/laravel-arcanist/arcanist/compare/0.5.1...0.5.2
[0.5.1]: https://github.com/laravel-arcanist/arcanist/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/laravel-arcanist/arcanist/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/laravel-arcanist/arcanist/compare/0.3.1...0.4.0
[0.3.1]: https://github.com/laravel-arcanist/arcanist/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/laravel-arcanist/arcanist/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/laravel-arcanist/arcanist/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/laravel-arcanist/arcanist/releases/tag/0.1.0

0 comments on commit 6b3bb82

Please sign in to comment.