From eb2253d00c65327a490f924c443cf50d024700fe Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sat, 6 Jul 2024 21:44:22 +0200 Subject: [PATCH] Release v2.0.1 --- CHANGELOG.md | 15 +++++++++++++++ keydive/__init__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2915d8a..ad05c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.1] - 2024-07-06 + +### Added + +- Added support for handling Frida server running errors. + +### Changed + +- Enhanced the relevance of Windows Virtual Desktop (WVD) help documentation. + +### Fixed + +- Corrected the size of the private key. + ## [2.0.0] - 2024-07-06 ### Added @@ -193,6 +207,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Initial release of the project, laying the foundation for future enhancements and features. +[2.0.1]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.0.1 [2.0.0]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.0.0 [1.1.0]: https://github.com/hyugogirubato/KeyDive/releases/tag/v1.1.0 [1.0.9]: https://github.com/hyugogirubato/KeyDive/releases/tag/v1.0.9 diff --git a/keydive/__init__.py b/keydive/__init__.py index 4d4781f..d260965 100644 --- a/keydive/__init__.py +++ b/keydive/__init__.py @@ -2,4 +2,4 @@ from .cdm import Cdm from .vendor import Vendor -__version__ = '2.0.0' +__version__ = '2.0.1'