From 200df1d81ca188e5fb3cdd426730f9f769e48138 Mon Sep 17 00:00:00 2001 From: ENDO Yasunori Date: Wed, 13 Aug 2025 11:37:28 +0900 Subject: [PATCH 1/3] add release note and set version to 1.0.7.2 ; --- CHANGELOG.md | 7 +++++++ bsv/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40da021..3eb1bd3 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.7.2 - 2025-08-13](#1072--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.7.2] - 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..8afde24 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.7.2' \ No newline at end of file From 5587c008a4247a1a0bee87c5736a5a59f3bceea2 Mon Sep 17 00:00:00 2001 From: Yasunori Endo Date: Wed, 13 Aug 2025 12:10:03 +0900 Subject: [PATCH 2/3] Update CHANGELOG.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb1bd3..1390b1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Table of Contents - [Unreleased](#unreleased) -- [1.0.7.2 - 2025-08-13](#1072--2025-08-13) +- [1.0.7.2 - 2025-08-13](#1072---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) From 31b10003dabad2c74e6640b8b53a976bbe4469f3 Mon Sep 17 00:00:00 2001 From: ENDO Yasunori Date: Wed, 13 Aug 2025 12:15:48 +0900 Subject: [PATCH 3/3] Change version number to 1.0.8. --- CHANGELOG.md | 4 ++-- bsv/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1390b1b..95d6304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Table of Contents - [Unreleased](#unreleased) -- [1.0.7.2 - 2025-08-13](#1072---2025-08-13) +- [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) @@ -45,7 +45,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - (Notify of any improvements related to security vulnerabilities or potential risks.) --- -## [1.0.7.2] - 2025-08-13 +## [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). diff --git a/bsv/__init__.py b/bsv/__init__.py index 8afde24..7123012 100644 --- a/bsv/__init__.py +++ b/bsv/__init__.py @@ -20,4 +20,4 @@ from .signed_message import * -__version__ = '1.0.7.2' \ No newline at end of file +__version__ = '1.0.8' \ No newline at end of file