Skip to content

Commit bb78837

Browse files
authored
Merge pull request #113 from ruby-docx/release-v0.6.2
Bump up the version to v0.6.2
2 parents ed0bd18 + 88c7828 commit bb78837

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
# Changelog
22

3+
## v0.6.2
4+
5+
### Bug fixes
6+
7+
- Fix `Docx::Document#to_s` fails when given file has `document22.xml.rels` [#112](https://github.com/ruby-docx/docx/pull/112), [#106](https://github.com/ruby-docx/docx/pull/106)
8+
39
## v0.6.1
410

511
### Bug fixes

lib/docx/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 Docx #:nodoc:
4-
VERSION = '0.6.1'
4+
VERSION = '0.6.2'
55
end

0 commit comments

Comments
 (0)