Skip to content

Commit 53692a1

Browse files
committed
bump version to 0.11.2
1 parent 755a67f commit 53692a1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 0.11.1
411

512
### New features

lib/pronto/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Pronto
22
module Version
3-
STRING = '0.11.1'.freeze
3+
STRING = '0.11.2'.freeze
44

55
MSG = '%s (running on %s %s %s)'.freeze
66

0 commit comments

Comments
 (0)