diff options
| author | Koza <[email protected]> | 2023-04-12 19:25:04 +0200 |
|---|---|---|
| committer | Koza <[email protected]> | 2023-04-12 19:55:12 +0200 |
| commit | b5546e784c91e35b447793d624028e2d520392a6 (patch) | |
| tree | d90bd0e8e572ac4a1acf341fd59619f9bec436cb | |
| parent | c891d749bc4dbaf621cf7afeb70c3d08178df098 (diff) | |
| download | caxlsx-b5546e784c91e35b447793d624028e2d520392a6.tar.gz caxlsx-b5546e784c91e35b447793d624028e2d520392a6.zip | |
Version bump to 3.4.0
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | lib/axlsx/version.rb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e6fa749..cc5cdd3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ CHANGELOG --------- - **Unreleased** + +- **April.12.23**: 3.4.0 - [PR #186](https://github.com/caxlsx/caxlsx/pull/186) - Add `escape_formulas` to global, workbook, worksheet, row and cell levels, and standardize behavior. - [PR #186](https://github.com/caxlsx/caxlsx/pull/186) - `escape_formulas` should handle all [OWASP-designated formula prefixes](https://owasp.org/www-community/attacks/CSV_Injection). - Fix bug when calling `worksheet.add_border("A1:B2", nil)` diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb index cf70e2e9..3f25c750 100644 --- a/lib/axlsx/version.rb +++ b/lib/axlsx/version.rb @@ -1,4 +1,4 @@ module Axlsx # The current version - VERSION = "3.3.0" + VERSION = "3.4.0" end |
