Skip to content

Commit b51a5bc

Browse files
author
Mikhail Bakulin
committed
fix: CHANGELOG and composer.json updated
1 parent c0ba874 commit b51a5bc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.1] - 2020-08-24
8+
### Fixed
9+
- The superkey "data" handling in ResponseHandler.
10+
711
## [2.0.0] - 2020-07-28
812
### Changed
913
- Add HTTP headers support in the `ResponseHandler`.

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "docler-labs/api-client-base",
3+
"version": "2.0.1",
34
"description": "SDK Generator - API Client Base",
45
"type": "library",
56
"license": "MIT",

0 commit comments

Comments
 (0)