Skip to content

Commit

Permalink
Prepare for v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Apr 23, 2021
1 parent 00f29dc commit f28dbf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit f28dbf4

Please sign in to comment.