Skip to content

Commit 8b17fa9

Browse files
chore(release): 2.3.1 [skip ci]
## [2.3.1](2.3.0...2.3.1) (2023-05-13) ### Bug Fixes * Prevent `query->equalTo` from overriding other conditions ([#510](#510)) ([0fc3d8f](0fc3d8f))
1 parent 0fc3d8f commit 8b17fa9

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.3.1](https://github.com/parse-community/parse-php-sdk/compare/2.3.0...2.3.1) (2023-05-13)
2+
3+
4+
### Bug Fixes
5+
6+
* Prevent `query->equalTo` from overriding other conditions ([#510](https://github.com/parse-community/parse-php-sdk/issues/510)) ([0fc3d8f](https://github.com/parse-community/parse-php-sdk/commit/0fc3d8f630ba918689f2901e96c631d761561b74))
7+
18
# [2.3.0](https://github.com/parse-community/parse-php-sdk/compare/2.2.0...2.3.0) (2023-05-13)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"semantic-release": "21.0.1",
3333
"winston": "3.2.1"
3434
},
35-
"version": "2.3.0"
35+
"version": "2.3.1"
3636
}

src/Parse/ParseClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ final class ParseClient
115115
*
116116
* @var string
117117
*/
118-
const VERSION_STRING = '2.3.0';
118+
const VERSION_STRING = '2.3.1';
119119

120120
/**
121121
* Parse\Client::initialize, must be called before using Parse features.

0 commit comments

Comments
 (0)