Skip to content

Commit df4508d

Browse files
committed
chore: bumps version to v3.4.0
1 parent e218795 commit df4508d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
# Release Notes
88

9-
## [Unreleased](https://github.com/algolia/algoliasearch-client-php/compare/3.3.2...master)
9+
## [v3.4.0](https://github.com/algolia/algoliasearch-client-php/compare/3.3.2...master)
10+
11+
### Changed
12+
13+
- Drop support for PHP 7.2
14+
- Update DOCKER_README.MD ([#716](https://github.com/algolia/algoliasearch-client-php/pull/716)) (by @matthewbond)
1015

1116
### Added
1217

13-
- Include input string in message about invalid json ([#711](https://github.com/algolia/algoliasearch-client-php/pull/711))
18+
- Include input string in message about invalid json ([#711](https://github.com/algolia/algoliasearch-client-php/pull/711)) (by @greg0ire)
19+
- Add support for psr/http-message ^2.0 ([#719](https://github.com/algolia/algoliasearch-client-php/pull/719)) (by @Stoux)
1420

1521
## [v3.3.2](https://github.com/algolia/algoliasearch-client-php/compare/3.3.1...3.3.2)
1622

src/Algolia.php

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

1111
final class Algolia
1212
{
13-
const VERSION = '3.3.2';
13+
const VERSION = '3.4.0';
1414

1515
/**
1616
* Holds an instance of the simple cache repository (PSR-16).

0 commit comments

Comments
 (0)