Skip to content

Commit 081690d

Browse files
chore(release): 2.4.0 [skip ci]
# [2.4.0](2.3.2...2.4.0) (2024-06-27) ### Features * Add support for PHP 8.3 ([#520](#520)) ([0a4efd8](0a4efd8))
1 parent 0a4efd8 commit 081690d

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.4.0](https://github.com/parse-community/parse-php-sdk/compare/2.3.2...2.4.0) (2024-06-27)
2+
3+
4+
### Features
5+
6+
* Add support for PHP 8.3 ([#520](https://github.com/parse-community/parse-php-sdk/issues/520)) ([0a4efd8](https://github.com/parse-community/parse-php-sdk/commit/0a4efd8fd0a0eb55aed7c1e61ba47888ab6ef28b))
7+
18
## [2.3.2](https://github.com/parse-community/parse-php-sdk/compare/2.3.1...2.3.2) (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.2"
35+
"version": "2.4.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.3.2';
118+
const VERSION_STRING = '2.4.0';
119119

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

0 commit comments

Comments
 (0)