diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,29 +1,8 @@
-# Version 0.1
-
-* CHANGED the type of `encodeAeson` and `encodeBinary`.
-
-* Added `hinput`, `houtput`, `encodeNS`, `decodeNS`, `encodeAeson'`,
-  `encodeBinary'`.
-
-* Added `Contravariant` `Rep` instance for `Encode` and `Input`.
-
-* Added `InputDefault`, `OutputDefault` and related instances.
-
-* Added `EncodeDefault` instances for `aeson`'s `Encoding and `Value`,
-  and for `binary`'s `Put`.
-
-* Export `BindingName` constructor.
-
-
-# Version 0.0.2
-
-* Added `FromJSON`, `ToJSON` instances for `Name`.
-
-* Improved type-parameter order in `zero`, `one`, `foldM` and similar.
+# Version 0.1.1
 
-* Added manual transactional migrations suport.
+* Fixed CHANGELOG file
 
 
-# Version 0.0.1
+# Version 0.1
 
 * Initial version.
diff --git a/job.cabal b/job.cabal
--- a/job.cabal
+++ b/job.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.4
 name: job
-version: 0.1
+version: 0.1.1
 license: Apache-2.0
 license-file: LICENSE
 extra-source-files: README.md CHANGELOG.md
