Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Increment Version
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored and github-actions[bot] committed Sep 7, 2022
1 parent 7529ace commit fc1700d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## [Unreleased](https://github.com/OpenVoiceOS/OVOS-local-backend/tree/HEAD)

[Full Changelog](https://github.com/OpenVoiceOS/OVOS-local-backend/compare/V0.1.2a7...HEAD)
[Full Changelog](https://github.com/OpenVoiceOS/OVOS-local-backend/compare/V0.1.2a8...HEAD)

**Implemented enhancements:**

- support ovos backend services [\#19](https://github.com/OpenVoiceOS/OVOS-local-backend/issues/19)
- initial integration with ovos api [\#26](https://github.com/OpenVoiceOS/OVOS-local-backend/pull/26) ([JarbasAl](https://github.com/JarbasAl))

## [V0.1.2a8](https://github.com/OpenVoiceOS/OVOS-local-backend/tree/V0.1.2a8) (2022-09-07)

[Full Changelog](https://github.com/OpenVoiceOS/OVOS-local-backend/compare/V0.1.2a7...V0.1.2a8)

**Fixed bugs:**

Expand Down
2 changes: 1 addition & 1 deletion ovos_local_backend/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
VERSION_MAJOR = 0
VERSION_MINOR = 1
VERSION_BUILD = 2
VERSION_ALPHA = 8
VERSION_ALPHA = 9
# END_VERSION_BLOCK

0 comments on commit fc1700d

Please sign in to comment.