diff --git a/ChangeLog b/ChangeLog index 39852a4918f..b4e96391a15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -XXX +Fri May 10 2024 Oksana Sałyk * Version 2.1.0 diff --git a/INSTALL.md b/INSTALL.md index a8876d51c11..4add4622aa8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -39,7 +39,7 @@ cd pmdk For a stable version, checkout a [release tag](https://github.com/pmem/pmdk/releases) as follows. Otherwise skip this step to build the latest development release. ```sh -git checkout tags/2.0.1 +git checkout tags/2.1.0 ``` Once all required [dependencies](#dependencies) are installed, PMDK is built using the