From 6b3bb8254ebcece64b81b5fbfb37399d2046c3e8 Mon Sep 17 00:00:00 2001 From: Kai Sassnowski Date: Fri, 20 Aug 2021 21:19:37 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da5a4c..186f207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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