diff --git a/CHANGES.md b/CHANGES.md index ea7c944391..c7aef82e3a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,4 @@ -### unreleased - -#### Removed +### 0.20.0 (2021-12-06) #### Deprecated diff --git a/README.md b/README.md index a7853c01ec..e2ae4ac1b0 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.19.0 +version=0.20.0 ``` (or replace with the output of `ocamlformat --version`)