Skip to content

Commit 662d4f2

Browse files
authored
Update version to v2.3.4 (#177)
1 parent 18cd6ab commit 662d4f2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project are documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.3.4] - 2021-2-12
8+
9+
### Changed
10+
11+
- Replaced legacy test images
12+
713
## [2.3.3] - 2021-2-5
814

915
### Fixed

SECURITY.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7-
| 2.3.3 | :white_check_mark: |
7+
| 2.3.4 | :white_check_mark: |
8+
| 2.3.3 | :x: |
89
| 2.3.2 | :x: |
910
| 2.3.1 | :x: |
1011
| 2.3.0 | :x: |

include/charls/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extern "C" {
1616

1717
#define CHARLS_VERSION_MAJOR 2
1818
#define CHARLS_VERSION_MINOR 3
19-
#define CHARLS_VERSION_PATCH 3
19+
#define CHARLS_VERSION_PATCH 4
2020

2121
/// <summary>
2222
/// Returns the version of CharLS in the semver format "major.minor.patch" or "major.minor.patch-pre_release"

0 commit comments

Comments
 (0)