Skip to content

Commit 4cee5e9

Browse files
authored
Merge pull request #128 from thinreports/release-0.13.1
Version 0.13.1
2 parents a581a46 + 4828382 commit 4cee5e9

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)