diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [0.1.0.5] - 2018-08-20
+
+### Changed
+
+- Dependencies bump
+
 ## [0.1.0.4] - 2018-07-16
 
 ### Changed
@@ -28,6 +34,7 @@
 
 ## [0.1] - 2018-03-20
 
+[0.1.0.5]: https://github.com/dzhus/csg/compare/0.1.0.4...0.1.0.5
 [0.1.0.4]: https://github.com/dzhus/csg/compare/0.1.0.3...0.1.0.4
 [0.1.0.3]: https://github.com/dzhus/csg/compare/0.1.0.2...0.1.0.3
 [0.1.0.2]: https://github.com/dzhus/csg/compare/0.1.0.1...0.1.0.2
diff --git a/csg.cabal b/csg.cabal
--- a/csg.cabal
+++ b/csg.cabal
@@ -1,6 +1,6 @@
 cabal-version: >=1.10
 name: csg
-version: 0.1.0.4
+version: 0.1.0.5
 license: BSD3
 license-file: LICENSE
 maintainer: dima@dzhus.org
@@ -59,8 +59,8 @@
         QuickCheck <2.12,
         base <5,
         csg -any,
-        gloss <1.13,
-        gloss-raster <1.13,
+        gloss <1.14,
+        gloss-raster <1.14,
         simple-vec3 ==0.4.*,
         strict <0.4,
         system-filepath <0.5,
