diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b42514..0eb76a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-audio-recording/tree/HEAD) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-audio-recording/compare/V0.0.1a2...HEAD) + +**Closed issues:** + +- \[FEAT\] Publish skill to PyPi [\#1](https://github.com/OpenVoiceOS/skill-ovos-audio-recording/issues/1) + +**Merged pull requests:** + +- pt-pt/translate-intents [\#2](https://github.com/OpenVoiceOS/skill-ovos-audio-recording/pull/2) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) + +## [V0.0.1a2](https://github.com/OpenVoiceOS/skill-ovos-audio-recording/tree/V0.0.1a2) (2024-05-15) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-audio-recording/compare/b56b43da1f3612396ce89979f480eff89d1484a6...V0.0.1a2) + \* *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 c4ff150..5ca9233 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 1 -VERSION_ALPHA = 2 +VERSION_ALPHA = 3 # END_VERSION_BLOCK