diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e4e648..5dd2d0fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 +- pip is now invoked with `python -m pip` instead of looking for the pip executable +- Always use `pip freeze` instead of pulling in requirements.txt. + # v1.2.0 - Renamed plugin from `rsconnect` to `rsconnect_jupyter` - Publish notebooks with source allowing them to be rendered on RStudio Connect. diff --git a/version.txt b/version.txt index 26aaba0e..6085e946 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.0 +1.2.1