diff --git a/octane.cabal b/octane.cabal
--- a/octane.cabal
+++ b/octane.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           octane
-version:        0.18.1
+version:        0.18.2
 synopsis:       Parse Rocket League replays.
 description:    Octane parses Rocket League replays.
 category:       Game
@@ -32,7 +32,7 @@
       library
   ghc-options: -Wall
   build-depends:
-      aeson >=0.11 && <1.1
+      aeson >=0.11 && <1.2
     , base ==4.9.*
     , bimap ==0.3.*
     , binary ==0.8.*
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -26,7 +26,7 @@
 github: tfausak/octane
 library:
   dependencies:
-  - aeson >=0.11 && <1.1
+  - aeson >=0.11 && <1.2
   - base ==4.9.*
   - bimap ==0.3.*
   - binary ==0.8.*
@@ -44,4 +44,4 @@
 maintainer: Taylor Fausak
 name: octane
 synopsis: Parse Rocket League replays.
-version: '0.18.1'
+version: '0.18.2'
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,1 +1,1 @@
-resolver: nightly-2016-12-10
+resolver: nightly-2016-12-31
