Skip to content

Commit eb82d81

Browse files
committed
Prepare 0.8.1
1 parent f732fec commit eb82d81

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1818

1919
- None
2020

21+
## 0.8.1
22+
23+
### Fixed
24+
- \<br\> replacement in default text parser #130
25+
2126
## 0.8.0
2227

23-
### Dependencies
28+
### Fixed
29+
- Use Nokogiri HTML5 parser for text nodes parsing #129
2430

31+
### Dependencies
2532
- nokogiri >= 1.12.0 (was >= 1.10.0)
2633

2734
## 0.7.3

lib/odf-report/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ODFReport
2-
VERSION = "0.8.0"
2+
VERSION = "0.8.1"
33
end

0 commit comments

Comments
 (0)