M CHANGELOG.md => CHANGELOG.md +1 -1
@@ 5,7 5,7 @@ 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).
-## [UNRELEASED]
+## [1.0.0] - 2018-03-28
### Added
- `:api` key in `META6.json`
- New `Hash::Merge` that exposes subs instead of augmenting `Hash`
M META6.json => META6.json +3 -3
@@ 1,4 1,5 @@
{
+ "api": "1",
"auth": "github:scriptkitties",
"authors": [
"Samantha McVey <samantham@posteo.net>",
@@ 23,6 24,5 @@
"test-depends": [
"Test::META"
],
- "api": "1",
- "version": "0.2.0"
-}
+ "version": "1.0.0"
+}<
\ No newline at end of file