From 9c13996d9f7d26c50117aa50999165daf3d0e49d Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sat, 18 Jul 2020 20:57:06 +0200 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7944a1..c905fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.3.0] - 2020-07-18 ### Added - dev.to identity proof - XMPP identity proof diff --git a/composer.json b/composer.json index 653a972..e5f101e 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Easy pgp encryption and distributed identity for all in a fully opensource and privacy-friendly package", "homepage": "https://keyoxide.org", "license": "MIT", - "version": "0.2.1", + "version": "0.3.0", "authors": [ { "name": "Yarmo Mackenbach",