From 6eeff531cfb63ce6ff53cc5b1c3ef2f507e7a1ab Mon Sep 17 00:00:00 2001 From: Alex Laird <contact@alexlaird.com> Date: Thu, 18 Jul 2024 07:04:44 -0500 Subject: [PATCH] Prep 7.2.0 for release. --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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