diff --git a/CHANGELOG.md b/CHANGELOG.md
index fddd68487a..9361cf74de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [1.5.1](https://github.com/rime/librime/compare/1.5.0...1.5.1) (2019-06-16)
+
+
+### Bug Fixes
+
+* **user_dictionary:** make user phrases comparable in weight to system words ([982f69d](https://github.com/rime/librime/commit/982f69d))
+
+
+
# [1.5.0](https://github.com/rime/librime/compare/1.4.0...1.5.0) (2019-06-06)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 31677b14a0..5bf18a89fc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_fla
project(rime)
cmake_minimum_required(VERSION 2.8.11)
-set(rime_version 1.5.0)
+set(rime_version 1.5.1)
set(rime_soversion 1)
add_definitions(-DRIME_VERSION="${rime_version}")
diff --git a/package.json b/package.json
index 8199c2ec30..dfd122e8f5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "librime",
- "version": "1.5.0",
+ "version": "1.5.1",
"description": "Rime Input Method Engine",
"main": "index.js",
"directories": {