Skip to content

Commit e4b0217

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 0d8daf7 + fcfa395 commit e4b0217

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.3.3] - 2019-04-05
10+
### Added
11+
- Getters the private key and hash algorithm.
12+
913
## [0.3.2] - 2019-04-05
1014
### Added
1115
- Getters for the `Client` constructor parameters to ease testing.

src/Client/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class Client
1212
{
13-
const VERSION = '0.3.2';
13+
const VERSION = '0.3.3';
1414
const DEFAULT_HASH_ALGORITHM = 'RS256';
1515
const HEADER_API_KEY = 'API-Key';
1616

0 commit comments

Comments
 (0)