diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Parser combinators 0.2.1
+
+* Removed the byte order marking at the beginning of the
+  `Control.Applicative.Permutations` module.
+
 ## Parser combinators 0.2.0
 
 * Added `Control.Applicative.Combinators.NonEmpty` module that exports
diff --git a/Control/Applicative/Permutations.hs b/Control/Applicative/Permutations.hs
--- a/Control/Applicative/Permutations.hs
+++ b/Control/Applicative/Permutations.hs
@@ -1,4 +1,4 @@
-﻿-- |
+-- |
 -- Module      :  Control.Applicative.Permutations
 -- Copyright   :  © 2017 Mark Karpov
 -- License     :  BSD 3 clause
diff --git a/parser-combinators.cabal b/parser-combinators.cabal
--- a/parser-combinators.cabal
+++ b/parser-combinators.cabal
@@ -1,7 +1,7 @@
 name:                 parser-combinators
-version:              0.2.0
+version:              0.2.1
 cabal-version:        >= 1.18
-tested-with:          GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1
+tested-with:          GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2
 license:              BSD3
 license-file:         LICENSE.md
 author:               Mark Karpov <markkarpov92@gmail.com>
