summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--lib/axlsx/version.rb2
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