diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a637b..553ae1e 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](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.8.0] - 2024-01-05 + +### Changed + +- Code templates set language version v6.d instead of dummy v6 +- Github Actions artifacts used and generated instead of Travis CI + ## [0.7.0] - 2022-10-30 ### Added diff --git a/META6.json b/META6.json index beb890c..07e31ed 100644 --- a/META6.json +++ b/META6.json @@ -1,5 +1,5 @@ { - "auth": "kalkin", + "auth": "zef:2colours", "authors": [ "Bahtiar `kalkin-` Gadimov", "Polgár Márton", @@ -55,5 +55,5 @@ "File::Temp", "Test::META" ], - "version": "0.7.0" -} \ No newline at end of file + "version": "0.8.0" +}