Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](2.0.0...2.1.0) (2023-04-29)

### Features

* Add `ParseUser::logInAs` method ([#486](#486)) ([5b4e102](5b4e102))
  • Loading branch information
semantic-release-bot committed Apr 29, 2023
1 parent 3bd5240 commit eda9c29
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.1.0](https://github.com/parse-community/parse-php-sdk/compare/2.0.0...2.1.0) (2023-04-29)


### Features

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

# [2.0.0](https://github.com/parse-community/parse-php-sdk/compare/1.6.0...2.0.0) (2023-04-27)

### Features
Expand Down
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
"parse-server": "github:parse-community/parse-server#alpha",
"semantic-release": "21.0.1",
"winston": "3.2.1"
}
},
"version": "2.1.0"
}
2 changes: 1 addition & 1 deletion src/Parse/ParseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ final class ParseClient
*
* @var string
*/
const VERSION_STRING = '2.0.0';
const VERSION_STRING = '2.1.0';

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

0 comments on commit eda9c29

Please sign in to comment.