Skip to content

Commit

Permalink
Prepare 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrods committed Mar 22, 2024
1 parent f732fec commit eb82d81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -18,10 +18,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- None

## 0.8.1

### Fixed
- \<br\> replacement in default text parser #130

## 0.8.0

### Dependencies
### Fixed
- Use Nokogiri HTML5 parser for text nodes parsing #129

### Dependencies
- nokogiri >= 1.12.0 (was >= 1.10.0)

## 0.7.3
Expand Down
2 changes: 1 addition & 1 deletion lib/odf-report/version.rb
@@ -1,3 +1,3 @@
module ODFReport
VERSION = "0.8.0"
VERSION = "0.8.1"
end

0 comments on commit eb82d81

Please sign in to comment.