Skip to content

Commit

Permalink
chore(release): 2.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.2](2.3.1...2.3.2) (2023-05-13)

### Bug Fixes

* Prevent `query->count` from changing query internals ([#511](#511)) ([26db002](26db002))
  • Loading branch information
semantic-release-bot committed May 13, 2023
1 parent 26db002 commit 353a85b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.3.2](https://github.com/parse-community/parse-php-sdk/compare/2.3.1...2.3.2) (2023-05-13)


### Bug Fixes

* Prevent `query->count` from changing query internals ([#511](https://github.com/parse-community/parse-php-sdk/issues/511)) ([26db002](https://github.com/parse-community/parse-php-sdk/commit/26db002811c4e6a8f87649cbc84ca3fa91345a85))

## [2.3.1](https://github.com/parse-community/parse-php-sdk/compare/2.3.0...2.3.1) (2023-05-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"semantic-release": "21.0.1",
"winston": "3.2.1"
},
"version": "2.3.1"
"version": "2.3.2"
}
2 changes: 1 addition & 1 deletion src/Parse/ParseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ final class ParseClient
*
* @var string
*/
const VERSION_STRING = '2.3.1';
const VERSION_STRING = '2.3.2';

/**
* Parse\Client::initialize, must be called before using Parse features.
Expand Down

0 comments on commit 353a85b

Please sign in to comment.