Skip to content

Commit

Permalink
Merge pull request #5 from Supermercato24/development
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
ilpes authored Mar 29, 2019
2 parents a99da73 + b93a8a8 commit 7e2d71a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down Expand Up @@ -29,5 +28,10 @@
"psr-4": {
"Soldo\\Tests\\": "test/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
}
}

0 comments on commit 7e2d71a

Please sign in to comment.