Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Feb 12, 2019
1 parent cb9edc7 commit aac891c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rvm:
- 2.3
- 2.4
- 2.5
- 2.6

notifications:
email: false
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v1.0.1 - UNRELEASED
## v1.1.0
* [#34](https://github.com/westonganger/rodf/pull/34) - Add ability to add many rows or cells at once
* [#29](https://github.com/westonganger/rodf/pull/29) - Remove ActiveSupport dependency in favor of `dry-inflector`
* [#21](https://github.com/thiagoarrais/rodf/pull/21) - Allow more attributes for the `data_style` method
Expand Down
2 changes: 1 addition & 1 deletion lib/rodf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RODF
VERSION = '1.0.0'
VERSION = '1.1.0'
end

0 comments on commit aac891c

Please sign in to comment.