summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNoel Peden <[email protected]>2021-09-22 19:20:39 -0700
committerNoel Peden <[email protected]>2021-09-22 19:20:39 -0700
commitf9c8f9dfbced90b5263f80a010a112338d3f1638 (patch)
tree3bb44c11857674f8c1e5a7ee4b181fbf11bc621f
parentc4d7279de2bd20bc98c15ea64e9074ded19124ca (diff)
downloadcaxlsx-f9c8f9dfbced90b5263f80a010a112338d3f1638.tar.gz
caxlsx-f9c8f9dfbced90b5263f80a010a112338d3f1638.zip
Version bump to 3.1.1 [skip ci]
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md2
-rw-r--r--lib/axlsx/version.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3558c392..b9a0d429 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
CHANGELOG
---------
-- **Unreleased**
+- **September.22.21**: 3.1.1
- [PR #107](https://github.com/caxlsx/caxlsx/pull/107) - Add overlap to bar charts
- [PR #108](https://github.com/caxlsx/caxlsx/pull/108) - Fix gap depth and gap depth validators for bar charts and 3D bar charts
diff --git a/README.md b/README.md
index fb07aecb..76079ada 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[![Gem
Version](https://badge.fury.io/rb/caxlsx.svg)](http://badge.fury.io/rb/caxlsx)
![Total downloads](http://ruby-gem-downloads-badge.herokuapp.com/caxlsx?type=total)
-![Downloads for 3.1.0 (latest)](http://ruby-gem-downloads-badge.herokuapp.com/caxlsx/3.1.0?label=downloads%203.1.0)
+![Downloads for 3.1.1 (latest)](http://ruby-gem-downloads-badge.herokuapp.com/caxlsx/3.1.1?label=downloads%203.1.1)
## Notice: Community Axlsx Organization
diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb
index 2ebcc670..bcd95e09 100644
--- a/lib/axlsx/version.rb
+++ b/lib/axlsx/version.rb
@@ -1,5 +1,5 @@
module Axlsx
# The current version
- VERSION = "3.1.0"
+ VERSION = "3.1.1"
end