Skip to content

Commit f7654e3

Browse files
authored
Release v2.3.3 (#51)
1 parent dc0b594 commit f7654e3

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5-
## [2.3.2] - 2024-01-17
5+
## [2.3.3] - 2025-04-07
6+
### Fixed
7+
- return NULL for getDateOfBirth instead of error
8+
9+
## [2.3.2] - 2025-01-17
610
### Added
711
- new CA certificates
812

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Smart-ID PHP client works with PHP 7.4 and PHP 8+
1818
The recommended way to install Smart-ID PHP Client is through [Composer]:
1919

2020
```
21-
composer require sk-id-solutions/smart-id-php-client "2.3.2"
21+
composer require sk-id-solutions/smart-id-php-client "2.3.3"
2222
```
2323

2424
See [packagist](https://packagist.org/packages/sk-id-solutions/smart-id-php-client) for latest published version

src/Sk/SmartId/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Client
3535
{
3636
// THIS NEEDS TO REFLECT THE CURRENT smart-id-php-client version
3737
// IT IS EITHER A VERSION (like 2.2) OR A FUTURE VERSION (2.2.SNAPSHOT)
38-
const VERSION = '2.3.2';
38+
const VERSION = '2.3.3';
3939

4040
/**
4141
* @var array

0 commit comments

Comments
 (0)