diff --git a/CHANGELOG.md b/CHANGELOG.md index dec4550..6396d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased](https://github.com/alexdlaird/pyngrok/compare/7.2.0...HEAD) -## [7.2.0](https://github.com/alexdlaird/pyngrok/compare/7.2.0...7.1.6) - TBD +## [7.2.0](https://github.com/alexdlaird/pyngrok/compare/7.2.0...7.1.6) - 2024-07-18 + ### Added + - Build and stability improvements. - Test cases for TLS tunnels, and other test improvements. ### Changed -- `conf.DEFAULT_NGROK_PATH` defaults to installing the binary alongside `ngrok`'s configs, rather than alongside the code (which can cause odd behavior in a `venv`). + +- `conf.DEFAULT_NGROK_PATH` defaults to installing the binary alongside `ngrok`'s configs rather than alongside the + code (putting the binary in the `venv` can cause odd behavior, or security concerns). ## [7.1.6](https://github.com/alexdlaird/pyngrok/compare/7.1.5...7.1.6) - 2024-03-24