From 8debc6de92037f94339035133ad927c3e2b0bef5 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Thu, 16 Jul 2020 09:28:52 +0200 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ef91e..63936f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2020-07-16 +### Fixed +- Make www optional for reddit regex + ## [0.2.0] - 2020-07-16 ### Added - Discourse identity proof diff --git a/composer.json b/composer.json index 7b1edf1..ed7af46 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "FOSS solution for making basic cryptography operations accessible to regular humans https://keyoxide.org", "homepage": "https://keyoxide.org", "license": "MIT", - "version": "0.2.0", + "version": "0.2.1", "authors": [ { "name": "Yarmo Mackenbach",