From b5d5543ae1d586bd62f38ec156f1bf07c52d61d7 Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Tue, 5 Mar 2024 16:29:09 -0600 Subject: [PATCH] Changelog update. --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef5ae43..6c708770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [7.1.4](https://github.com/alexdlaird/pyngrok/compare/7.1.3...7.1.4) - 2024-03-05 ### Added - Build and style improvements. -- -### Changed -- Renamed `make test-downstream-dependency` to `test-downstream`. ### Removed - `conf.VERSION`, moved all version information to `pyngrok/__init__.py`. Get package version with `from pyngrok import __version__` instead.