From d247b7768628daba71fda29445998f232d2fb812 Mon Sep 17 00:00:00 2001 From: Sebastian Ertner Date: Tue, 15 Dec 2020 10:45:33 +0100 Subject: [PATCH] DHLGW-987: release 1.1.0 --- CHANGELOG.md | 2 +- composer.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5940397..7415c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## Unreleased +## 1.1.0 ### Changed diff --git a/composer.json b/composer.json index 252e6cf..59963a2 100644 --- a/composer.json +++ b/composer.json @@ -34,10 +34,5 @@ "psr-4": { "Dhl\\Sdk\\Paket\\Bcs\\Test\\": "test/" } - }, - "extra": { - "branch-alias": { - "dev-develop": "1.1.0.x-dev" - } } }