From d1cb8a8122921f476568ee7c79f61b6d85967910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Mu=CC=88ller?= Date: Mon, 16 Dec 2019 13:25:35 +0100 Subject: [PATCH] DHLGW-663: release 1.0.0 --- CHANGELOG.md | 9 +++++++++ composer.json | 5 ----- 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..19080fe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +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). + +## 1.0.0 +- initial release diff --git a/composer.json b/composer.json index 95b97f4..f5b08f7 100644 --- a/composer.json +++ b/composer.json @@ -36,10 +36,5 @@ "psr-4": { "Dhl\\Sdk\\Paket\\Bcs\\Test\\": "test/" } - }, - "extra": { - "branch-alias": { - "dev-develop": "0.2.x-dev" - } } }