From ba51aaa99141182194bfd91c3b5575b0d7efd19f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mindaugas=20Moz=C5=ABras?= Date: Thu, 29 Jan 2015 21:25:31 +0200 Subject: [PATCH] Bump version to 0.4.1 --- CHANGELOG.md | 7 +++++-- lib/pronto/version.rb | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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