Skip to content

Commit 45d8ad7

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](2.1.0...2.2.0) (2023-05-13) ### Features * Allow http options to be passed into `ParseClient` ([#513](#513)) ([ee2a5fa](ee2a5fa))
1 parent ee2a5fa commit 45d8ad7

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.2.0](https://github.com/parse-community/parse-php-sdk/compare/2.1.0...2.2.0) (2023-05-13)
2+
3+
4+
### Features
5+
6+
* Allow http options to be passed into `ParseClient` ([#513](https://github.com/parse-community/parse-php-sdk/issues/513)) ([ee2a5fa](https://github.com/parse-community/parse-php-sdk/commit/ee2a5fa389d553e73e483130647fd93cf187d142))
7+
18
# [2.1.0](https://github.com/parse-community/parse-php-sdk/compare/2.0.0...2.1.0) (2023-04-29)
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.1.0"
35+
"version": "2.2.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.1.0';
118+
const VERSION_STRING = '2.2.0';
119119

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

0 commit comments

Comments
 (0)