Skip to content

Commit 4828382

Browse files
committed
Version 0.13.1
1 parent a581a46 commit 4828382

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## main (Unreleased)
22

3+
## 0.13.1
4+
5+
Bug fixes:
6+
7+
* allow title argument to be specified in Report.generate method #127
8+
39
## 0.13.0
410

511
Breaking Changes:

lib/thinreports/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Thinreports
4-
VERSION = '0.13.0'
4+
VERSION = '0.13.1'
55
end

0 commit comments

Comments
 (0)