diff --git a/CMakeLists.txt b/CMakeLists.txt index d8c9b99..6ebcd2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.2.0 FATAL_ERROR) -project (taocpp-sequences VERSION 2.0.0 LANGUAGES CXX) +project (taocpp-sequences VERSION 2.0.1 LANGUAGES CXX) # installation directories set (TAOCPP_SEQUENCES_INSTALL_INCLUDE_DIR "include" CACHE STRING "The installation include directory") diff --git a/README.md b/README.md index eccd443..6aceca0 100644 --- a/README.md +++ b/README.md @@ -418,6 +418,12 @@ Given a predicate `less`... ## Changelog +### 2.0.1 + +Released 2019-11-09 + +* Fixed Conan upload. + ### 2.0.0 Released 2019-11-07