From 4f93055283d3ce92bca29e01d52998d6278c2d9d Mon Sep 17 00:00:00 2001 From: Alexandre Courbot Date: Sun, 22 May 2022 14:13:05 +0900 Subject: [PATCH] 1.2.0 release --- CMakeLists.txt | 2 +- Changelog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2896e382..0eb1c88e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ endif(APPLE) # Set the program name to be the same as the project set(tagaini_binary ${CMAKE_PROJECT_NAME}) -set(VERSION 1.1.94) +set(VERSION 1.2.0) set(QTVERSION 5.12) set(CMAKE_AUTOMOC ON) diff --git a/Changelog b/Changelog index 8c7ab136..c7af4153 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +1.2.0 released on 2022/05/22 +* Update SQLite to 3.38.5. +* Update translations from Transifex. + 1.1.94 released on 2022/02/27 * Fixed color issue with results view on Windows.