We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ba874 commit b51a5bcCopy full SHA for b51a5bc
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [2.0.1] - 2020-08-24
8
+### Fixed
9
+- The superkey "data" handling in ResponseHandler.
10
+
11
## [2.0.0] - 2020-07-28
12
### Changed
13
- Add HTTP headers support in the `ResponseHandler`.
composer.json
@@ -1,5 +1,6 @@
1
{
2
"name": "docler-labs/api-client-base",
3
+ "version": "2.0.1",
"description": "SDK Generator - API Client Base",
"type": "library",
"license": "MIT",
0 commit comments