diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8721fa964008c587ac804a23964985ae1e96c602..0869140ecadf8b976d47657f8328c45c5f337af1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
 Change log for curry-frontend
 =============================
 
-Version 0.3.9 (under development)
-=================================
+Version 0.3.9
+=============
 
   * Implementation of module pragmas added. Module pragmas of the following
     types are now parsed and represented in the abstract syntax tree:
diff --git a/curry-frontend.cabal b/curry-frontend.cabal
index b9c695808ec9180c1e687f147bce82ab302deb1c..d0c14677a7e9f89d6f4a8b3ef0e7a6c06d991155 100644
--- a/curry-frontend.cabal
+++ b/curry-frontend.cabal
@@ -1,5 +1,5 @@
 Name:          curry-frontend
-Version:       0.3.8
+Version:       0.3.9
 Cabal-Version: >= 1.6
 Synopsis:      Compile the functional logic language Curry to several
                intermediate formats
@@ -35,7 +35,7 @@ Executable cymake
   else
     Build-Depends: base == 3.*
   Build-Depends:
-    curry-base == 0.3.8
+    curry-base == 0.3.9
     , containers, either, mtl, transformers
   ghc-options: -Wall
   Other-Modules: