Bump version to 1.3.2
Change-Id: I01043ccbdb206de35fe946270fe8192aa85810e7
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8680d8e..07dc404 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.9)
-project(collocatordb VERSION 1.3.1 DESCRIPTION "Storing and retrieving collocation counts based on RocksDB")
+project(collocatordb VERSION 1.3.2 DESCRIPTION "Storing and retrieving collocation counts based on RocksDB")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -fno-rtti -std=c++11 -std=gnu++11")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g")
diff --git a/README.md b/README.md
index f5f75f4..422aeb1 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,9 @@
## Changes
+* v1.3.2 (2024-11-15)
+ * added `get_version()`, which returns version string
+
* v1.3.1 (2024-11-14)
* fixed calculation of total token count