From 95e89dee79200e1ea75b1ef976a30bf6b61e23a7 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 28 Mar 2018 23:04:55 +0200 Subject: Bump version to 1.0.0 --- CHANGELOG.md | 2 +- META6.json | 6 +++--- 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 ", @@ -23,6 +24,5 @@ "test-depends": [ "Test::META" ], - "api": "1", - "version": "0.2.0" -} + "version": "1.0.0" +} \ No newline at end of file -- cgit v1.1