diff --git a/CHANGELOG.md b/CHANGELOG.md index fee303e0..cb3f7c67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ ## Unreleased -### Changes -* [#58](https://github.com/mmozuras/pronto/pull/58): GitlabFormatter uses a high +per_page+ value to avoid pagination (and thus duplicate comments) +## 0.4.1 + +### Bugs fixed + +* [#58](https://github.com/mmozuras/pronto/pull/58): GitlabFormatter uses a high +per_page+ value to avoid pagination (and thus duplicate comments). ## 0.4.0 diff --git a/lib/pronto/version.rb b/lib/pronto/version.rb index e846282a..68504eea 100644 --- a/lib/pronto/version.rb +++ b/lib/pronto/version.rb @@ -1,3 +1,3 @@ module Pronto - VERSION = '0.4.0' + VERSION = '0.4.1' end