Skip to content

Commit

Permalink
Version 6.12.0-rc release (#182)
Browse files Browse the repository at this point in the history
* Version 6.12.0-rc-v2.1-22.3.00.00 release

* Reverted swagger-codegen-ignore

* Updated change log

Co-authored-by: root <[email protected]>
Co-authored-by: Dhaval <d>
  • Loading branch information
dbbrahmbhatt and root authored Nov 11, 2022
1 parent a3614bd commit 521b632
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.

## [v6.12.0-rc] - eSignature API v2.1-22.3.00.00 - 2022-11-08
### Fixed
- Issue - [`#172`](https://github.com/docusign/docusign-esign-php-client/issues/172): Cannot install the last version due to the firebase/php-jwt version.
- Issue - [`#174`](https://github.com/docusign/docusign-esign-php-client/issues/174): Consider making firebase/php-jwt version requirement more relaxed.

## [v6.11.0] - eSignature API v2.1-22.3.00.00 - 2022-08-30
### Changed
- Added support for version v2.1-22.3.00.00 of the DocuSign ESignature API.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"firebase/php-jwt": "^5.0"
"firebase/php-jwt": "^5.0 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
Expand Down

0 comments on commit 521b632

Please sign in to comment.