Skip to content

Commit cbd07bc

Browse files
committed
chore: bumps version to v3.3.2
1 parent 0971a49 commit cbd07bc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ 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.1...master)
9+
## [Unreleased](https://github.com/algolia/algoliasearch-client-php/compare/3.3.2...master)
10+
11+
## [v3.3.2](https://github.com/algolia/algoliasearch-client-php/compare/3.3.1...3.3.2)
12+
13+
### Fixed
14+
- Add phpdoc regarding return types ([#710](https://github.com/algolia/algoliasearch-client-php/pull/710))
1015

1116
## [v3.3.1](https://github.com/algolia/algoliasearch-client-php/compare/3.3.0...3.3.1)
1217

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.1';
13+
const VERSION = '3.3.2';
1414

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

0 commit comments

Comments
 (0)