summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKoza <[email protected]>2023-10-19 10:32:25 +0200
committerKoza <[email protected]>2023-10-30 09:39:07 +0100
commitad30c9e3a801774fe8b9d526c277199669de81c9 (patch)
treeaba319c623eaa91c7264d3b94d5ade043840997a
parent51689ff2aa32acf855e6d07cf98da765b37d3fe0 (diff)
downloadcaxlsx-ad30c9e3a801774fe8b9d526c277199669de81c9.tar.gz
caxlsx-ad30c9e3a801774fe8b9d526c277199669de81c9.zip
Version bump to 4.0.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/axlsx/version.rb2
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 476db005..5722a208 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
CHANGELOG
---------
-- **Unreleased**: 4.0.0
+- **Unreleased**
+
+
+- **October.30.23**: 4.0.0
- Drop support for Ruby versions < 2.6
- Added frozen string literals
- Fix `SimpleTypedList#to_a` and `SimpleTypedList#to_ary` returning the internal list instance
diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb
index 4c284c7f..bbd35cd8 100644
--- a/lib/axlsx/version.rb
+++ b/lib/axlsx/version.rb
@@ -2,5 +2,5 @@
module Axlsx
# The current version
- VERSION = "3.4.1"
+ VERSION = "4.0.0"
end