diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f15d03..c3edb040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ # Changelog +# 0.10.27 +1. Bump django from 4.2.15 to 4.2.16 +([#628](https://github.com/praekeltfoundation/ndoh-hub/pull/628)) +2. Update CHANGELOG +([#636](https://github.com/praekeltfoundation/ndoh-hub/pull/636)) +3. add test coverage to PR comment using py-cov-action +([#638](https://github.com/praekeltfoundation/ndoh-hub/pull/638)) +4. update gibberish detection function +([#640](https://github.com/praekeltfoundation/ndoh-hub/pull/640)) +5. update gibberish response +([#641](https://github.com/praekeltfoundation/ndoh-hub/pull/641)) +6. update gibberish response +([#642](https://github.com/praekeltfoundation/ndoh-hub/pull/642)) +7. update gibberish response dict +([#643](https://github.com/praekeltfoundation/ndoh-hub/pull/643)) +8. return a dict in utils when gibberish detected +([#644](https://github.com/praekeltfoundation/ndoh-hub/pull/644)) # 0.10.26 1. Remove seaworthy from hub ([#635](https://github.com/praekeltfoundation/ndoh-hub/pull/635)) diff --git a/setup.py b/setup.py index 3b107cbd..a275be18 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="ndoh-hub", - version="0.10.26", + version="0.10.27", url="http://github.com/praekeltfoundation/ndoh-hub", license="BSD", author="Praekelt Foundation",