aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-03-21 23:44:06 +0100
committerPatrick Spek <p.spek@tyil.nl>2018-03-21 23:44:06 +0100
commit776d44a6fdbeff0025c13a200524a8576581fed9 (patch)
treee87655fdb9c981add79ed30b2e7be9e928f5a919
parente9813dd2b3466ed644f75e3eb7799e398c0ebdc0 (diff)
Bump to version 1.3.4v1.3.4
-rw-r--r--CHANGELOG.md2
-rw-r--r--META6.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ab2170..55f8c1e 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.3.4] - 2018-03-21
### Removed
- Lingering say statement in get-parser, breaking tests for Rakudo Star users ([GitHub#4](https://github.com/scriptkitties/p6-Config/issues/4))
- Useless `use lib "lib"` statements from tests
diff --git a/META6.json b/META6.json
index fc8a31f..78e7b12 100644
--- a/META6.json
+++ b/META6.json
@@ -29,5 +29,5 @@
"test-depends": [
"Test::META"
],
- "version": "1.3.3"
+ "version": "1.3.4"
}