diff --git a/CHANGELOG.md b/CHANGELOG.md index 4810956..6ba7be3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.34.2 + +This 1.34.2 release silence some error logs and fix format-string +logs that were missing the initial "f" character. + # 1.34.1 This release adds support for fetching android jobs from Tuxsuite diff --git a/setup.py b/setup.py index cf64944..c784511 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='squad-linaro-plugins', - version='1.34.1', + version='1.34.2', author='Charles Oliveira', author_email='charles.oliveira@linaro.org', url='https://github.com/linaro/squadplugins',