diff --git a/Cargo.lock b/Cargo.lock index 78eb60c..54b492b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "Hash_Pool" -version = "1.0.13-beta" +version = "1.0.14-beta" dependencies = [ "bdk", "bdk_electrum", diff --git a/Cargo.toml b/Cargo.toml index dda29cc..8184739 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ author = "22388o" license = "MIT" description = "A simple library for Mining pools and developers" documentation = "https://docs.rs/hashpool" -version = "1.0.13-beta" +version = "1.0.14-beta" [dependencies] diff --git a/SECURITY.md b/SECURITY.md index cdfe70b..c846a6c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -19,4 +19,5 @@ currently being supported with security updates. | v1.0.11-beta | :white_check_mark: | | v1.0.12-beta | :white_check_mark: | | v1.0.13-beta | :white_check_mark: | +| v1.0.14-beta | :white_check_mark: |