diff --git a/CHANGELOG.md b/CHANGELOG.md index b5650763..70280545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,4 @@ -# 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). +# Release Notes ## [Unreleased] diff --git a/composer.json b/composer.json index 421f2473..2422d644 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,4 @@ { - "version": "4.2.0", "name": "supermercato24/soldo-php-sdk", "description": "Unofficial PHP SDK to work with Soldo API", "keywords": ["supermercato24", "soldo", "api"], @@ -29,5 +28,10 @@ "psr-4": { "Soldo\\Tests\\": "test/" } + }, + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } } }