diff --git a/CHANGELOG.md b/CHANGELOG.md index eee5752..f429271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## [Unreleased] -- Added support for `jpype.startJVM` keyword arguments +## [0.5.0] - 2023-04-20 +- Added support for `jpype.startJVM` keyword arguments. (@clearbluejar) ## [0.4.1] - 2023-02-21 - Fixed bug causing the loading of updated plugins to fail. @@ -61,7 +61,8 @@ ## 0.1.0 - 2021-06-14 - Initial release -[Unreleased]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.4.1...HEAD +[Unreleased]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.5.0...HEAD +[0.5.0]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.4.1...0.5.0 [0.4.1]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.4.0...0.4.1 [0.4.0]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.2.1...0.3.0 diff --git a/pyhidra/__init__.py b/pyhidra/__init__.py index aa31b5e..e3dcdef 100644 --- a/pyhidra/__init__.py +++ b/pyhidra/__init__.py @@ -1,5 +1,5 @@ -__version__ = "0.4.1" +__version__ = "0.5.0" # Expose API from .core import run_script, start, open_program