Skip to content

Commit

Permalink
Updating changelog and bumping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Dec 1, 2023
1 parent e42e073 commit 4a87f31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/alexdlaird/pyngrok/compare/7.0.1...HEAD)
## [Unreleased](https://github.com/alexdlaird/pyngrok/compare/7.0.2...HEAD)

## [7.0.2](https://github.com/alexdlaird/pyngrok/compare/7.0.1...7.0.2) - 2023-12-01
### Changed
- `pyngrok` to no longer install the config file in a legacy location, now respects, [`ngrok`'s default locations](https://ngrok.com/docs/agent/config/#default-locations).

### Fixed
- Build improvements.

## [7.0.1](https://github.com/alexdlaird/pyngrok/compare/7.0.0...7.0.1) - 2023-11-14
### Added
Expand Down
2 changes: 1 addition & 1 deletion pyngrok/ngrok.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

__author__ = "Alex Laird"
__copyright__ = "Copyright 2023, Alex Laird"
__version__ = "7.0.1"
__version__ = "7.0.2"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 4a87f31

Please sign in to comment.