diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9e97a5f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-hello-world/tree/HEAD) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-hello-world/compare/9af53d8718526e0bea2bbb479321a4864e6bb77c...HEAD) + +**Merged pull requests:** + +- Add PyPI Automation scripts and workflows [\#2](https://github.com/OpenVoiceOS/skill-ovos-hello-world/pull/2) ([NeonDaniel](https://github.com/NeonDaniel)) +- Feat/runtime requirements [\#1](https://github.com/OpenVoiceOS/skill-ovos-hello-world/pull/1) ([JarbasAl](https://github.com/JarbasAl)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/version.py b/version.py index 23532c1..874672d 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 3 -VERSION_ALPHA = 0 +VERSION_ALPHA = 1 # END_VERSION_BLOCK