Skip to content

Commit 61403e0

Browse files
authored
Merge branch 'master' into equalto-override
2 parents 2a84243 + 2d1eea5 commit 61403e0

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ jobs:
6060
env:
6161
CI: true
6262
- run: bash <(curl -s https://codecov.io/bash)
63+
concurrency:
64+
group: ${{ github.workflow }}-${{ github.ref }}
65+
cancel-in-progress: true

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.3.0](https://github.com/parse-community/parse-php-sdk/compare/2.2.0...2.3.0) (2023-05-13)
2+
3+
4+
### Features
5+
6+
* Add query methods `fetchWithInclude` and `fetchAllWithInclude` ([#512](https://github.com/parse-community/parse-php-sdk/issues/512)) ([0570f15](https://github.com/parse-community/parse-php-sdk/commit/0570f157a5e4efb2310b7df44c25ff246077589a))
7+
18
# [2.2.0](https://github.com/parse-community/parse-php-sdk/compare/2.1.0...2.2.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.2.0"
35+
"version": "2.3.0"
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.2.0';
118+
const VERSION_STRING = '2.3.0';
119119

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

0 commit comments

Comments
 (0)