diff options
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | lib/axlsx/version.rb | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -145,6 +145,9 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem, #Change log --------- +- **September.??.12**: 1.2.3 + - added support for :none option on chart axis labels + - added support for paper_size option on worksheet.page_setup - **August.27.12**: 1.2.2 - minor patch for auto-filters - minor documentation improvements. diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb index 219d3fc4..2570cd08 100644 --- a/lib/axlsx/version.rb +++ b/lib/axlsx/version.rb @@ -1,5 +1,5 @@ # encoding: UTF-8 module Axlsx # The current version - VERSION="1.2.2" + VERSION="1.2.3" end |
