diff --git a/CHANGES.md b/CHANGES.md index 733643cf39..05526432ad 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,4 @@ -### unreleased - -#### Removed - -#### Deprecated - -#### Bug fixes - -#### Changes +### 0.20.1 (2021-12-13) #### New features diff --git a/README.md b/README.md index e2ae4ac1b0..9615efa101 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Moreover if you adopt OCamlFormat in one project it will not break your workflow The recommended way is to use a versioned default profile, such as: ``` -version=0.20.0 +version=0.20.1 ``` (or replace with the output of `ocamlformat --version`)