Doc: Add changelog for 1.1 release
Create changelog document for 1.1 release and add it to the main
changelog document.
Add 1.1 release to readme.rst
Update version number in tfm_version.h
Update version number in Doxygen CMake files.
Change-Id: Icb81ab1e5994228772884c7a1dcb878533dcfa33
Signed-off-by: Mate Toth-Pal <mate.toth-pal@arm.com>
diff --git a/cmake/Common/BuildSphinxDoc.cmake b/cmake/Common/BuildSphinxDoc.cmake
index 6548744..ab08319 100644
--- a/cmake/Common/BuildSphinxDoc.cmake
+++ b/cmake/Common/BuildSphinxDoc.cmake
@@ -84,8 +84,8 @@
#Version ID of TF-M.
#TODO: this shall not be hard-coded here. We need a process to define the
# version number of the document (and TF-M).
- set(SPHINXCFG_TFM_VERSION "v1.0")
- set(SPHINXCFG_TFM_VERSION_FULL "Version 1.0")
+ set(SPHINXCFG_TFM_VERSION "v1.1")
+ set(SPHINXCFG_TFM_VERSION_FULL "Version 1.1")
get_filename_component(_NDX_FILE_DIR ${SPHINX_CONFIGURED_INDEX_FILE} DIRECTORY )