aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-08-26 13:08:42 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-08-26 13:08:42 +0200
commitf4c470d11e8100f3ecf9fa68abb97a039ed81a2d (patch)
treed4ef024596cf4754384db154e6d1891e567989fe
parentc183301cb6690b9cdb8f50f476d5195adc57fdb2 (diff)
Bump version to 2.0.0
-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 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 <p.spek@tyil.work>"
@@ -29,6 +30,5 @@
"test-depends": [
"Test::META"
],
- "version": "1.3.5",
- "api": "1"
-}
+ "version": "2.0.0"
+} \ No newline at end of file