Skip to content

Commit

Permalink
Merge branch 'master' into equalto-override
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored May 13, 2023
2 parents 2a84243 + 2d1eea5 commit 61403e0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ jobs:
env:
CI: true
- run: bash <(curl -s https://codecov.io/bash)
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.3.0](https://github.com/parse-community/parse-php-sdk/compare/2.2.0...2.3.0) (2023-05-13)


### Features

* 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))

# [2.2.0](https://github.com/parse-community/parse-php-sdk/compare/2.1.0...2.2.0) (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.2.0"
"version": "2.3.0"
}
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.2.0';
const VERSION_STRING = '2.3.0';

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

0 comments on commit 61403e0

Please sign in to comment.