diff --git a/CHANGES.markdown b/CHANGES.markdown
--- a/CHANGES.markdown
+++ b/CHANGES.markdown
@@ -1,3 +1,6 @@
+## Changes in 2.4.3
+  - Read command-line options from environment variable `HSPEC_OPTIONS`
+
 ## Changes in 2.4.2
   - Use `--diff` by default
   - Add `--failure-report` (see #266)
@@ -111,7 +114,7 @@
   - Include `IOErrorType` when printing uncaught `IOException`s (see #204)
 
 ## Changes in 1.12.1
-  - Add `--module-name` flag to `hspec-discover` (see #168)
+  - Add `--module-name` option to `hspec-discover` (see #168)
 
 ## Changes in 1.12.0
   - Add optional source location to spec items
@@ -120,7 +123,7 @@
     really needed
   - Add `mapSpecTree` to `Test.Hspec.Core`
   - Add `afterAll` (see #188)
-  - Do not return `Result` from `hspecWith` and accept command-line arguments
+  - Do not return `Result` from `hspecWith` and accept command-line options
     (the old behavior is still available as `hspecWithResult`)
   - Rename `configHandle` to `configOutputFile`
   - Omit empty `describe` groups from report
diff --git a/hspec.cabal b/hspec.cabal
--- a/hspec.cabal
+++ b/hspec.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:             hspec
-version:          2.4.2
+version:          2.4.3
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2011-2017 Simon Hengel,
@@ -44,8 +44,8 @@
       src
   build-depends:
       base == 4.*
-    , hspec-core == 2.4.2
-    , hspec-discover == 2.4.2
+    , hspec-core == 2.4.3
+    , hspec-discover == 2.4.3
     , hspec-expectations == 0.8.2.*
     , transformers >= 0.2.2.0
     , QuickCheck >= 2.5.1
@@ -75,8 +75,8 @@
       Test.Hspec.DiscoverSpec
   build-depends:
       base == 4.*
-    , hspec-core == 2.4.2
-    , hspec-discover == 2.4.2
+    , hspec-core == 2.4.3
+    , hspec-discover == 2.4.3
     , hspec-expectations == 0.8.2.*
     , transformers >= 0.2.2.0
     , QuickCheck >= 2.5.1
