From d94f489bc13715ecb3c87d7582bd931ff1a15737 Mon Sep 17 00:00:00 2001 From: Noel Peden Date: Sun, 28 Mar 2021 06:20:38 -0700 Subject: Version bump to 3.1.0 --- CHANGELOG.md | 2 +- lib/axlsx/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9970a462..fa4d3353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG --------- -- **Unreleased** +- **March.27.21**: 3.1.0 - [PR #95](https://github.com/caxlsx/caxlsx/pull/95) - Replace mimemagic with marcel - [PR #87](https://github.com/caxlsx/caxlsx/pull/87) - Implement :offset option for worksheet#add_row - [PR #79](https://github.com/caxlsx/caxlsx/pull/79) - Add support for format in pivot tables diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb index 89954f77..2ebcc670 100644 --- a/lib/axlsx/version.rb +++ b/lib/axlsx/version.rb @@ -1,5 +1,5 @@ module Axlsx # The current version - VERSION = "3.0.4" + VERSION = "3.1.0" end -- cgit v1.2.3