Skip to content
Snippets Groups Projects
Commit f6519b45 authored by Vlastimil Zima's avatar Vlastimil Zima
Browse files

Bump version: 1.1.0 → 1.2.0

parent 6b617208
No related merge requests found
[bumpversion]
current_version = 1.1.0
current_version = 1.2.0
commit = true
tag = true
tag_name = {new_version}
......
......@@ -8,6 +8,15 @@ ChangeLog
Unreleased
----------
1.2.0 (2022-02-14)
------------------
* Rename country_code to country (#2).
* Expand letters API with templates (#1).
* Fix and improve template comments.
* Update project setup.
* Add cmake build for C++.
1.1.0 (2020-12-10)
------------------
......
......@@ -3,7 +3,7 @@ if(DEFINED COMMON_CMAKE_CF4CE60F81004462ADD810242A9E6448)
endif()
set(COMMON_CMAKE_CF4CE60F81004462ADD810242A9E6448 1)
set(API_MESSENGER_VERSION "1.1.0")
set(API_MESSENGER_VERSION "1.2.0")
message(STATUS "API_MESSENGER_VERSION: ${API_MESSENGER_VERSION}")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
......
[metadata]
name = fred-api-messenger
version = 1.1.0
version = 1.2.0
author = Vlastimil Zíma
author_email = vlastimil.zima@nic.cz
description = Protocol buffers for FRED messenger service
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment