Skip to content

Commit eda9c29

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](2.0.0...2.1.0) (2023-04-29) ### Features * Add `ParseUser::logInAs` method ([#486](#486)) ([5b4e102](5b4e102))
1 parent 3bd5240 commit eda9c29

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.1.0](https://github.com/parse-community/parse-php-sdk/compare/2.0.0...2.1.0) (2023-04-29)
2+
3+
4+
### Features
5+
6+
* Add `ParseUser::logInAs` method ([#486](https://github.com/parse-community/parse-php-sdk/issues/486)) ([5b4e102](https://github.com/parse-community/parse-php-sdk/commit/5b4e102e4513e82cca1ddcce9c2158f6187239c8))
7+
18
# [2.0.0](https://github.com/parse-community/parse-php-sdk/compare/1.6.0...2.0.0) (2023-04-27)
29

310
### Features

package-lock.json

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

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
"parse-server": "github:parse-community/parse-server#alpha",
3131
"semantic-release": "21.0.1",
3232
"winston": "3.2.1"
33-
}
33+
},
34+
"version": "2.1.0"
3435
}

src/Parse/ParseClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ final class ParseClient
108108
*
109109
* @var string
110110
*/
111-
const VERSION_STRING = '2.0.0';
111+
const VERSION_STRING = '2.1.0';
112112

113113
/**
114114
* Parse\Client::initialize, must be called before using Parse features.

0 commit comments

Comments
 (0)