We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755a67f commit 53692a1Copy full SHA for 53692a1
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.11.2
4
+
5
+### Changes
6
7
+* [#449](https://github.com/prontolabs/pronto/pull/449) relax octokit version dependency to allow releases up to 8.0
8
+* [#450](https://github.com/prontolabs/pronto/pull/450) introduce Pronto::Formatter.register for adding custom formatters
9
10
## 0.11.1
11
12
### New features
lib/pronto/version.rb
@@ -1,6 +1,6 @@
module Pronto
module Version
- STRING = '0.11.1'.freeze
+ STRING = '0.11.2'.freeze
MSG = '%s (running on %s %s %s)'.freeze
0 commit comments