diff --git a/pom.xml b/pom.xml
index 013c942aa..7a6dce02e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
tk.mybatis
mapper
- 3.4.1-beta
+ 3.4.1-beta2
jar
mapper
diff --git a/wiki/Changelog.md b/wiki/Changelog.md
index 856183d6c..4581de69a 100644
--- a/wiki/Changelog.md
+++ b/wiki/Changelog.md
@@ -1,9 +1,11 @@
#更新日志
-## 3.4.1-beta - 2017-07-09
+## 3.4.1-beta2 - 2017-07-09
+
* `Example` 增加复杂的 `and` 和 `or` 功能。
* `Example` 增加排除查询字段的方法 `excludeProperties`(`selectProperties`优先级更高) [#261](http://git.oschina.net/free/Mapper/issues/261).
* `SqlHelper` 中复杂的 `if` 改为 `choose` 方式。
+* 解决通过`@Column`配置关键字的分隔符时,无法得到该列值的bug。
## 3.4.0 - 2017-02-19