We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d8daf7 + fcfa395 commit e4b0217Copy full SHA for e4b0217
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [0.3.3] - 2019-04-05
10
+### Added
11
+- Getters the private key and hash algorithm.
12
+
13
## [0.3.2] - 2019-04-05
14
### Added
15
- Getters for the `Client` constructor parameters to ease testing.
src/Client/Client.php
@@ -10,7 +10,7 @@
class Client
{
- const VERSION = '0.3.2';
+ const VERSION = '0.3.3';
const DEFAULT_HASH_ALGORITHM = 'RS256';
const HEADER_API_KEY = 'API-Key';
16
0 commit comments