Skip to content

Commit

Permalink
Fixed version in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Marton Pecosz committed Sep 3, 2020
1 parent 93a7713 commit de2deb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.0.1] - 2020-09-03
### Fixed
- version in composer.json

## [3.0.0] - 2020-08-31
### Changed
- The response handling in `ResponseHandler`: Removed "data" key handling when handling payload.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docler-labs/api-client-base",
"version": "3.0.0",
"version": "3.0.1",
"description": "SDK Generator - API Client Base",
"type": "library",
"license": "MIT",
Expand Down

0 comments on commit de2deb7

Please sign in to comment.