diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,2 +1,6 @@
+2020-12-06
+        * Version bump (3.2).
+        * Update description, bug-reports, homepage fields in cabal file (#7).
+
 2019-11-22 Ivan Perez <ivan.perez@nianet.org>
         * Version bump (3.1).
diff --git a/copilot-libraries.cabal b/copilot-libraries.cabal
--- a/copilot-libraries.cabal
+++ b/copilot-libraries.cabal
@@ -1,25 +1,24 @@
 cabal-version:       >=1.10
 name:                copilot-libraries
-version:             3.1
+version:             3.2
 synopsis:            Libraries for the Copilot language.
 description:
   Libraries for the Copilot language.
   .
   Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
   Haskell that compiles into embedded C.  Copilot contains an interpreter,
-  multiple back-end compilers, and other verification tools.  A tutorial, bug
-  reports, and todos are available at
-  <https://github.com/Copilot-Language/copilot-discussion>.
+  multiple back-end compilers, and other verification tools.
   .
-  Examples are available at
-  <https://github.com/Copilot-Language/Copilot/tree/master/Examples>.
+  A tutorial, examples, and other information are available at
+  <https://copilot-language.github.io>.
 
 license:             BSD3
 license-file:        LICENSE
 author:              Frank Dedden, Lee Pike, Robin Morisset, Alwyn Goodloe,
                      Sebastian Niller, Nis Nordby Wegmann
-homepage:            https://github.com/Copilot-Language/copilot-libraries
 maintainer:          Frank Dedden <dev@dedden.net>
+homepage:            https://copilot-language.github.io
+bug-reports:         https://github.com/Copilot-Language/copilot-libraries/issues
 stability:           Experimental
 category:            Language, Embedded
 build-type:          Simple
@@ -41,7 +40,7 @@
                , data-reify       >= 0.6 && < 0.7
                , mtl              >= 2.0 && < 2.3
                , parsec           >= 2.0 && < 3.2
-               , copilot-language >= 3.1 && < 3.2
+               , copilot-language >= 3.2 && < 3.3
 
   exposed-modules:
       Copilot.Library.Libraries
