From ff964212029fe6e404a3fe17d0e7201213101e0d Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 11 Aug 2020 14:05:31 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d7d5c5..3c615c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,23 +4,21 @@ 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). -## [2.1.37] - 2020-04-15 -### Changed -- A bug in github-action-koha-plugin-create-kpz meant the README.md and CHANGELOG.md files were not added to the kpz file. This should now be fixed. - -## [2.1.36] - 2020-04-15 -### Added -- Added CHANGELOG.md and README.md to release artifacts. +## [1.0.3] - 2020-08-11 +## Added +- This changelog! +## [1.0.2] - 2020-08-11 ### Changed -- A bug in github-action-koha-plugin-create-kpz meant the README.md and CHANGELOG.md files were not added to the kpz file. This should now be fixed. +- Switched from `use` to `require` to allow installation to proceed without errors. Still requires plack to be restarted before using the plugin. +### Removed +- Installation debugging code -## [2.1.35] - 2020-04-15 +## [1.0.1] - 2020-08-11 ### Added -- Added this changelog. +- Debugging for installation subroutine. -### Changed -- No changes in this release. +## [1.0.0] - 2020-08-11 +### Added +- Initial release! -### Removed -- No removals in this release.