From a27be5ac6b83f41e300b6117df780d99faab20cf Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 26 Aug 2018 13:08:42 +0200 Subject: Bump version to 2.0.0 --- CHANGELOG.md | 2 +- META6.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 863e5e0..e023e2d 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] +## [2.0.0] - 2018-08-26 ### Changed - `.read` will now return the `Config` object, instead of a `Bool`. diff --git a/META6.json b/META6.json index 7f3f64a..7e21104 100644 --- a/META6.json +++ b/META6.json @@ -1,4 +1,5 @@ { + "api": "1", "auth": "github:scriptkitties", "authors": [ "Patrick Spek " @@ -29,6 +30,5 @@ "test-depends": [ "Test::META" ], - "version": "1.3.5", - "api": "1" -} + "version": "2.0.0" +} \ No newline at end of file -- cgit v1.1