diff --git a/ChangeLog b/ChangeLog index c02b41c..4c90b28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ CHANGES ======= +* Implements evaluation and posting of change approvals on issues (#1) +* Add parameter to set a limit on the age of changes looked back at +* Release 0.0.3 * Fix deleted logging configuration call * Adds --log-file option to specify a file to log to * Add logic to remove issue numbers from 'related' that are duplicated in 'closed' diff --git a/setup.cfg b/setup.cfg index 7fa4a0d..44660f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = gerrit-to-github-issues -version = 0.0.3 +version = 0.0.4 summary = Updates Github Issues with new related Gerrit changes description = A set of scripts that can be used to synchronize/update Github Issues with data from a Gerrit instance. description-file = README.md