diff --git a/CHANGELOG.md b/CHANGELOG.md index a045fe79..77ab5c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 0.10.22 +1. Ignore events after action is completed + ([#619](https://github.com/praekeltfoundation/ndoh-hub/pull/619)) +2. Mark status as completed when flow is started + ([#620](https://github.com/praekeltfoundation/ndoh-hub/pull/620)) + # 0.10.21 1. AAQ v2 endpoints ([#613](https://github.com/praekeltfoundation/ndoh-hub/pull/613)) diff --git a/setup.py b/setup.py index a7684e3c..344b28c1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="ndoh-hub", - version="0.10.21", + version="0.10.22", url="http://github.com/praekeltfoundation/ndoh-hub", license="BSD", author="Praekelt Foundation",