diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b297bb..da6d220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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). +## [Version 0.0.1] - 2020-03-03 + +### Added + +- N/A + +### Changed + +- Updated documentation + +### Removed + +- N/A + ## [Version 0.0.0] - 2020-03-02 Initial public release. diff --git a/src/zelos/__init__.py b/src/zelos/__init__.py index 779d654..d883046 100644 --- a/src/zelos/__init__.py +++ b/src/zelos/__init__.py @@ -14,7 +14,7 @@ # License along with this program. If not, see # . # ====================================================================== -__version__ = "0.0.1.dev0" +__version__ = "0.0.2.dev0" __title__ = "zelos" __description__ = "A comprehensive binary emulation platform."