diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.2.1.0
+
+- Fix use of external parsers to delimit input with `,`, `)`, or `]` (change in `egison-pattern-src`)
+- Enable to parse value expression in the form of `#[1, 2, 3]` without parentheses (change in `egison-pattern-src`)
+  * Now you can pass list literal directly to value patterns
+
 ## 0.2.0.0
 
 Breaking changes:
diff --git a/egison-pattern-src-th-mode.cabal b/egison-pattern-src-th-mode.cabal
--- a/egison-pattern-src-th-mode.cabal
+++ b/egison-pattern-src-th-mode.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.0
 name:               egison-pattern-src-th-mode
-version:            0.2.0.0
+version:            0.2.1.0
 synopsis:
   Parser and pretty printer for Egison pattern expressions to use with TH
 
