From f28dbf4d4875eedaa52c0e6d5d6fda7ba32fc698 Mon Sep 17 00:00:00 2001 From: Jatin Chowdhury Date: Thu, 22 Apr 2021 21:56:33 -0700 Subject: [PATCH] Prepare for v1.2.0 release --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8b32dd..e148eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [UNRELEASED] +## [1.2.0] 2021-04-23 - Added new delay modes: - Liquid (Sinc interpolation) - Super Liquid (more ideal Sinc interpolation) diff --git a/CMakeLists.txt b/CMakeLists.txt index 472a7dd..0fcd780 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15) set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment target") -project(ChowMatrix VERSION 1.1.0) +project(ChowMatrix VERSION 1.2.0) set(CMAKE_CXX_STANDARD 17) add_subdirectory(modules)