Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bsv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
from .signed_message import *


__version__ = '1.0.7.1'
__version__ = '1.0.8'
Copy link

Copilot AI Aug 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version mismatch detected. The PR title indicates version 1.0.7.2, but the code sets version to 1.0.8. These should be consistent.

Suggested change
__version__ = '1.0.8'
__version__ = '1.0.7.2'

Copilot uses AI. Check for mistakes.