Skip to content

Commit

Permalink
Update changelog, version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Mar 8, 2024
1 parent a1bdbdc commit 11b9a55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ 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.1.4...HEAD)

## [7.1.5](https://github.com/alexdlaird/pyngrok/compare/7.1.4...7.1.5) - TBD
### Added
- `obj` parsing in [`NgrokLog`](https://pyngrok.readthedocs.io/en/7.1.5/api.html#pyngrok.log.NgrokLog).
- `raises` to documentation.
Expand Down
2 changes: 1 addition & 1 deletion pyngrok/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__copyright__ = "Copyright (c) 2018-2024 Alex Laird"
__license__ = "MIT"
__version__ = "7.1.4"
__version__ = "7.1.5"

0 comments on commit 11b9a55

Please sign in to comment.