diff --git a/CHANGELOG.md b/CHANGELOG.md index 2abf5a51..b41334a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.11.3 + ### Changes * [#455](/~https://github.com/prontolabs/pronto/pull/455) compatibility fixes for supporting octokit 8.x diff --git a/README.md b/README.md index 0ade2d0c..b1e7d1b7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ to your [styleguide](/~https://github.com/prontolabs/pronto-rubocop), [are DRY](ht ![Pronto demo](pronto.gif "") -_This README might be ahead of the latest release. Find the README for v0.11.2 [here](/~https://github.com/prontolabs/pronto/blob/v0.11.2/README.md)._ +_This README might be ahead of the latest release. Find the README for v0.11.3 [here](/~https://github.com/prontolabs/pronto/blob/v0.11.3/README.md)._ * [Installation](#installation) * [Usage](#usage) diff --git a/lib/pronto/version.rb b/lib/pronto/version.rb index 89d52373..bef21c3f 100644 --- a/lib/pronto/version.rb +++ b/lib/pronto/version.rb @@ -1,6 +1,6 @@ module Pronto module Version - STRING = '0.11.2'.freeze + STRING = '0.11.3'.freeze MSG = '%s (running on %s %s %s)'.freeze