diff --git a/CHANGELOG.md b/CHANGELOG.md index 156fb078..27c230e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## Version History +## Release 2.3.3 + +* Use version sort in `pyenv versions` (#2405) +* Add CPython 3.11.0b4 (#2411) +* Python-build: Replace deprecated git protocol use with https in docs (#2413) +* Fix relative path traversal due to using version string in path (#2412) +* Allow pypy2 and pypy3 patching (#2421, #2419) +* Add CPython 3.11.0b5 (#2420) +* Add GraalPython 22.2.0 (#2425) +* Add CPython 3.10.6 (#2428) + ## Release 2.3.2 * Add CPython 3.11.0b2 (#2380) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 787eb9f0..906687ee 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.3.2" +version="2.3.3" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then