Skip to content

Commit 1f3e87d

Browse files
committed
release 0.14.0
1 parent 4548334 commit 1f3e87d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.14.0 (September 12, 2022)
44

55
### Added
66
- Added support for AudioChannelFormatIDRef in AudioTrackUID as per BS.2076-2

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include_directories(include)
99
############################################################
1010
# init project
1111
############################################################
12-
project(libadm VERSION 0.13.0 LANGUAGES CXX)
12+
project(libadm VERSION 0.14.0 LANGUAGES CXX)
1313

1414
if(${PROJECT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})
1515
set(IS_ROOT_PROJECT TRUE)

0 commit comments

Comments
 (0)