diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0db89e1..ef59403 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,13 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [0.2.0] (13/06/2022)
 **BREAKING CHANGES**
 
 ### Added
 - `-c/--case-sensitive` flag. To emulate previous default behaviour, use `-c`.
 
 ### Removed
-- `-i/--ignore-case` - i.e., default is now to ignore case
+- `-i/--ignore-case` - i.e., default is now to ignore case [[#1][1]]
 
 ## [0.1.0] - 2021-11-04
 
@@ -20,5 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 Everything!
 
-[Unreleased]: https://github.com/mbhall88/psdm/compare/0.1.0...HEAD
-[0.1.1]: https://github.com/0.1.0/compare/0.1.0...0.1.1
+[Unreleased]: https://github.com/mbhall88/psdm/compare/0.2.0...HEAD
+[0.2.0]: https://github.com/0.2.0/compare/0.1.0...0.2.0
+
+[1]: https://github.com/mbhall88/psdm/issues/1
diff --git a/Cargo.lock b/Cargo.lock
index 16f7a06..3e6ab5c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -608,7 +608,7 @@ dependencies = [
 
 [[package]]
 name = "psdm"
-version = "0.1.0"
+version = "0.2.0"
 dependencies = [
  "anyhow",
  "assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index 3a415b2..2591036 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "psdm"
 description = "Compute a pairwise SNP distance matrix from one or two alignment(s)"
-version = "0.1.0"
+version = "0.2.0"
 edition = "2018"
 authors = ["Michael Hall <michael@mbh.sh>"]
 repository = "https://github.com/mbhall88/psdm"
diff --git a/README.md b/README.md
index baee16e..243043f 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ $ conda install psdm
 the current directory and show the help menu.
 
 ```shell
-version="0.1.0"
+version="0.2.0"
 OS=$(uname -s)                                                                                                       
 if [ "$OS" = "Linux" ]; then                                                                                         
     triple="x86_64-unknown-linux-musl"                                                                              
@@ -97,7 +97,7 @@ Currently, there are two pre-compiled binaries available:
 An example of downloading one of these binaries using `wget`
 
 ```shell
-$ version="0.1.0"
+$ version="0.2.0"
 $ URL="https://github.com/mbhall88/psdm/releases/download/${version}/psdm-${version}-x86_64-unknown-linux-musl.tar.gz"
 $ wget "$URL" -O - | tar -xzf -
 $ ./psdm --help
@@ -133,7 +133,7 @@ The above will use the latest version. If you want to specify a version then use
 [tag][quay.io] (or commit) like so.
 
 ```shell
-$ VERSION="0.1.0"
+$ VERSION="0.2.0"
 $ URI="docker://quay.io/mbhall88/psdm:${VERSION}"
 ```
 
@@ -297,7 +297,7 @@ $ psdm -o dists.csv aln1.fa
 
 ```
 $ psdm --help
-psdm 0.1.0
+psdm 0.2.0
 Michael Hall <michael@mbh.sh>
 Compute a pairwise SNP distance matrix from one or two alignment(s)
 
@@ -412,7 +412,7 @@ Please also add a succinct description of the contribution in the
   month        = nov,
   year         = 2021,
   publisher    = {Zenodo},
-  version      = {0.1.0},
+  version      = {0.2.0},
   doi          = {10.5281/zenodo.5706785},
   url          = {https://doi.org/10.5281/zenodo.5706785}
 }