diff --git a/CHANGELOG.md b/CHANGELOG.md index 40da021..95d6304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Table of Contents - [Unreleased](#unreleased) +- [1.0.8 - 2025-08-13](#108---2025-08-13) - [1.0.7.1- 2025-07-28](#1071---2025-07-28) - [1.0.7- 2025-07-28](#107---2025-07-28) - [1.0.6.1- 2025-07-03](#1061---2025-07-03) @@ -43,6 +44,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Security - (Notify of any improvements related to security vulnerabilities or potential risks.) +--- +## [1.0.8] - 2025-08-13 + +### Security +- Applied measures for vulnerability reported on [ts-sdk#334](https://github.com/bsv-blockchain/ts-sdk/issues/334). + --- ## [1.0.7.1] - 2025-07-28 diff --git a/bsv/__init__.py b/bsv/__init__.py index b7d30f9..7123012 100644 --- a/bsv/__init__.py +++ b/bsv/__init__.py @@ -20,4 +20,4 @@ from .signed_message import * -__version__ = '1.0.7.1' \ No newline at end of file +__version__ = '1.0.8' \ No newline at end of file