diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a1380b..66dab46b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ ## Version History +## Release 2.3.0 + +* Bump openssl 1.1 to 1.1.1n for CPython 3.7 3.8 3.9 (#2276) +* Doc Fix: Escape a hash character causing unwanted GitHub Issue linking (#2282) +* Add CPython 3.9.12 (#2296) +* Add CPython 3.10.4 (#2295) +* Add patch for 3.6.15 to support Xcode 13.3 (#2288) +* Add patch for 3.7.12 to support Xcode 13.3 (#2292) +* Add CONTRIBUTING.md (#2287) +* Add PyPy 7.3.9 release 2022-03-30 (#2308) +* Add Pyston 2.3.3 (#2316) +* Add CPython 3.11.0a7 (#2315) +* Add "nogil" Python v3.9.10 (#2342) +* Support XCode 13.3 in all releases that officially support MacOS 11 (#2344) +* Add GraalPython 22.1.0 (#2346) +* Make PYENV_DEBUG imply -v for `pyenv install` (#2347) +* Simplify init scheme (#2310) +* Don't use Homebrew outside of MacOS (#2349) +* Add `:latest` syntax to documentation for the `install` command (#2351) + ## Release 2.2.5 * Add CPython 3.10.3 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 8cfb8b2f..765e41cc 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.2.5" +version="2.3.0" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then