diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+2021-08-19
+        * Version bump (3.5). (#247)
+        * Update travis domain in README. (#222)
+        * Update official maintainer. (#236)
+        * Update source repo location. (#241)
+        * Add I. Perez to author list. (#243)
+
 2021-07-07
         * Version bump (3.4). (#231)
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.org/Copilot-Language/copilot.svg?branch=master)](https://travis-ci.org/Copilot-Language/copilot)
+[![Build Status](https://travis-ci.com/Copilot-Language/copilot.svg?branch=master)](https://travis-ci.com/Copilot-Language/copilot)
 
 # Copilot: a stream DSL
 User-supplied libraries for Copilot, including linear-temporal logic,
diff --git a/copilot-libraries.cabal b/copilot-libraries.cabal
--- a/copilot-libraries.cabal
+++ b/copilot-libraries.cabal
@@ -1,6 +1,6 @@
 cabal-version:       >=1.10
 name:                copilot-libraries
-version:             3.4
+version:             3.5
 synopsis:            Libraries for the Copilot language.
 description:
   Libraries for the Copilot language.
@@ -15,8 +15,8 @@
 license:             BSD3
 license-file:        LICENSE
 author:              Frank Dedden, Lee Pike, Robin Morisset, Alwyn Goodloe,
-                     Sebastian Niller, Nis Nordby Wegmann
-maintainer:          Frank Dedden <dev@dedden.net>
+                     Sebastian Niller, Nis Nordby Wegmann, Ivan Perez
+maintainer:          Ivan Perez <ivan.perezdominguez@nasa.gov>
 homepage:            https://copilot-language.github.io
 bug-reports:         https://github.com/Copilot-Language/copilot/issues
 stability:           Experimental
@@ -27,6 +27,7 @@
 source-repository head
     type:       git
     location:   git://github.com/Copilot-Language/copilot.git
+    subdir:     lib/copilot-libraries
 
 library
   default-language: Haskell2010
@@ -40,7 +41,7 @@
                , data-reify       >= 0.6 && < 0.7
                , mtl              >= 2.0 && < 2.3
                , parsec           >= 2.0 && < 3.2
-               , copilot-language >= 3.4 && < 3.5
+               , copilot-language >= 3.5 && < 3.6
 
   exposed-modules:
       Copilot.Library.Libraries
