aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--META6.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2232d9d..a9bcec5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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`
diff --git a/META6.json b/META6.json
index df8fa3e..aff3030 100644
--- a/META6.json
+++ b/META6.json
@@ -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