diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md
index 61f3417570794a46959b64f14c39afd012322b49..6c945c476d7320c70adf000af0aa60434405b53c 100644
--- a/client/CHANGELOG.md
+++ b/client/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for ghc-debug-client
 
-## 0.1.0.0 -- YYYY-mm-dd
+## 0.2.0.0 -- 2021-12-06
 
-* First version. Released on an unsuspecting world.
+* Second version.
+
+## 0.1.0.0 -- 2021-06-14
+
+* First version.
diff --git a/client/ghc-debug-client.cabal b/client/ghc-debug-client.cabal
index ee20f2f8a0ececff14ceb35159addfef393adc63..07aa7445f74f38c1d145e2b2d464b3e72768947f 100644
--- a/client/ghc-debug-client.cabal
+++ b/client/ghc-debug-client.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                ghc-debug-client
-version:             0.1.0.0
+version:             0.2.0.0
 synopsis:            Useful functions for writing heap analysis tools which use
                      ghc-debug.
 description:         Useful functions for writing heap analysis tools which use
@@ -41,8 +41,8 @@ library
                        network >= 2.6 ,
                        containers ^>= 0.6,
                        unordered-containers ^>= 0.2.13,
-                       ghc-debug-common ^>= 0.1,
-                       ghc-debug-convention ^>= 0.1,
+                       ghc-debug-common ^>= 0.2,
+                       ghc-debug-convention ^>= 0.2,
                        text ^>= 1.2.4,
                        process ^>= 1.6,
                        filepath ^>= 1.4,
diff --git a/common/CHANGELOG.md b/common/CHANGELOG.md
index 8d35bf4f7e066941c0c6927d30ee98bf30fde252..a1a6c5cf5e30b7e64331a42a1d30875b96d90365 100644
--- a/common/CHANGELOG.md
+++ b/common/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for ghc-debug-common
 
-## 0.1.0.0 -- YYYY-mm-dd
+## 0.2.0.0 -- 2021-12-06
 
-* First version. Released on an unsuspecting world.
+* Second version
+
+## 0.1.0.0 -- 2021-06-14
+
+* First version.
diff --git a/common/ghc-debug-common.cabal b/common/ghc-debug-common.cabal
index ae611a0d568c73b04898608a73febb08f4ab3dd4..48b0161a0f745912d2ba7e2c41cc14f00b5333ed 100644
--- a/common/ghc-debug-common.cabal
+++ b/common/ghc-debug-common.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                ghc-debug-common
-version:             0.1.0.0
+version:             0.2.0.0
 synopsis:            Connect to a socket created by ghc-debug-stub and analyse
                      the heap of the debuggee program.
 description:         Connect to a socket created by ghc-debug-stub and analyse
@@ -36,7 +36,7 @@ library
                        transformers ^>= 0.5,
                        dom-lt ^>= 0.2,
                        unordered-containers ^>= 0.2,
-                       ghc-debug-convention ^>= 0.1,
+                       ghc-debug-convention ^>= 0.2,
                        deepseq ^>= 1.4
 
   hs-source-dirs:      src
diff --git a/convention/CHANGELOG.md b/convention/CHANGELOG.md
index f9434d2f30f9c9ba77ecce0e8539e0e41646fe46..8ec4827bad4c512522e13ccfabb06ca42fdde792 100644
--- a/convention/CHANGELOG.md
+++ b/convention/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for convention
 
-## 0.1.0.0 -- YYYY-mm-dd
+## 0.2.0.0 -- 2021-12-06
 
-* First version. Released on an unsuspecting world.
+* Add a snapshots convention folder.
+
+## 0.1.0.0 -- 2021-06-14
+
+* First version.
diff --git a/convention/ghc-debug-convention.cabal b/convention/ghc-debug-convention.cabal
index 231903588121b3e837b5c156b3051829ebfab94e..1083e129b6c4bd8409eb36100adab8cc50b088ee 100644
--- a/convention/ghc-debug-convention.cabal
+++ b/convention/ghc-debug-convention.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               ghc-debug-convention
-version:            0.1.0.0
+version:            0.2.0.0
 synopsis: Definitions needed by ghc-debug-stub and ghc-debug-common
 description: Definitions needed by ghc-debug-stub and ghc-debug-common
 -- bug-reports:
diff --git a/ghc-debug-brick/CHANGELOG.md b/ghc-debug-brick/CHANGELOG.md
index f0dc44a47118893aec7fb7de2ca21a63abc95e62..2423e0bfadf76fe87d4e683946d0c0b811d9e454 100644
--- a/ghc-debug-brick/CHANGELOG.md
+++ b/ghc-debug-brick/CHANGELOG.md
@@ -1 +1,11 @@
 # Revision history for ghc-debug-brick
+
+## 0.2.0.0 -- 2021-12-06
+
+* Second release
+
+## 0.1.0.0 -- 2021-06-14
+
+* First release
+
+
diff --git a/ghc-debug-brick/ghc-debug-brick.cabal b/ghc-debug-brick/ghc-debug-brick.cabal
index 850381d1bc2f05e49a6d40b3160e16057f3ba92b..2c6cb1830c760db95cb664def3b96250870852a5 100644
--- a/ghc-debug-brick/ghc-debug-brick.cabal
+++ b/ghc-debug-brick/ghc-debug-brick.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.4
 name:                ghc-debug-brick
-version:             0.1.0.0
+version:             0.2.0.0
 synopsis: A simple TUI using ghc-debug
 description: A simple TUI using ghc-debug
 -- bug-reports:
@@ -28,14 +28,14 @@ executable ghc-heap-view
                      , containers
                      , directory
                      , filepath
-                     , ghc-debug-client
                      , microlens-platform
                      , text
                      , vty
                      , time
                      , microlens
-                     , ghc-debug-common
-                     , ghc-debug-convention
+                     , ghc-debug-client == 0.2.0.0
+                     , ghc-debug-common == 0.2.0.0
+                     , ghc-debug-convention == 0.2.0.0
                      , unordered-containers
                      , exceptions
   hs-source-dirs:    src
diff --git a/stub/CHANGELOG.md b/stub/CHANGELOG.md
index 02ca6c440cd21f85885c0298520f075cc704681d..b956aeb5bcaebc2450fd4bc547c2a3de77287289 100644
--- a/stub/CHANGELOG.md
+++ b/stub/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for ghc-debug-stub
 
-## 0.1.0.0 -- YYYY-mm-dd
+## 0.2.0.0 -- 2021-12-06
 
-* First version. Released on an unsuspecting world.
+* Second version
+
+## 0.1.0.0 -- 2021-06-14
+
+* First version
diff --git a/stub/ghc-debug-stub.cabal b/stub/ghc-debug-stub.cabal
index 87a434ca240bf2c6a2152cff4f139e3fda06da7d..54dbfdd9cd307d1223ed93f5197c5a1ca81ef591 100644
--- a/stub/ghc-debug-stub.cabal
+++ b/stub/ghc-debug-stub.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.4
 name:                ghc-debug-stub
-version:             0.1.0.0
+version:             0.2.0.0
 synopsis:            Functions for instrumenting your application so the heap
                      can be analysed with ghc-debug-common.
 description:         Functions for instrumenting your application so the heap can
@@ -27,7 +27,7 @@ library
                      , directory ^>= 1.3
                      , filepath ^>= 1.4
                      , ghc-prim ^>= 0.8
-                     , ghc-debug-convention ^>= 0.1
+                     , ghc-debug-convention ^>= 0.2
   default-language:    Haskell2010
   cxx-sources:         cbits/stub.cpp, cbits/socket.cpp, cbits/trace.cpp
   cxx-options:         -std=gnu++11 -O3 -g3 -DTHREADED_RTS
diff --git a/test/ghc-debugger.cabal b/test/ghc-debugger.cabal
index a3c38119c476dfa18f0afee69d6d109c7c72db48..c8d26fcaf9cce889033ce91455d9728b8ddd5eb3 100644
--- a/test/ghc-debugger.cabal
+++ b/test/ghc-debugger.cabal
@@ -1,5 +1,5 @@
 name:                ghc-debugger
-version:             0.1.0.0
+version:             0.2.0.0
 -- synopsis:
 -- description:
 homepage:            https://github.com/bgamari/ghc-debug