diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39da7a6..ca39dda 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,32 @@
+02 Feb 2015 v1.3.0
+===
+**Important**
+
+This version support angularjs 1.3
+
+**Improvement**
+
+[b6a70b2](https://github.com/huei90/angular-validation/commit/a6ac1400a8a637bc2296a1910c3456797b6a70b2) Use ctrl.$viewValue instead of element[0].value
+
[0e1925e](https://github.com/huei90/angular-validation/commit/a30e6edaffe15c64cac711a7290236b550e1925e) Default initial Validity is undefined
+
[8c7bfb1](https://github.com/huei90/angular-validation/commit/d505d45a93984e07f0a466d3e385e15ac8c7bfb1) Prevents span from being displayed for valid input without messages
+
[509e2a0](https://github.com/huei90/angular-validation/commit/8b1b46f8e37e5eb435de4a0842cb036e5509e2a0) Allows global disabling of error messages in case someone wants that
+
+**New Features**
+
+[717c98b](https://github.com/huei90/angular-validation/commit/8a86b03ed8a792d91a6c1c3a50a9f1a64717c98b) Add a MessageId atrribute for customizing valid/invalid message position
+
+**Documentation**
+
+[b638dc6](https://github.com/huei90/angular-validation/commit/744edde0326edc3ba4e2308062912e342b638dc6) Update readme with bower installation steps
+
[10318f8](https://github.com/huei90/angular-validation/commit/63d484979d157f3b8a0389f8220d6c91c10318f8) Update API.md for anchor link
+
+**Demo**
+
+[97c1e14](https://github.com/huei90/angular-validation/commit/ff1aee1d4874fb247b2562a7913a9f14497c1e14) Add demo for select form
+
[71f6e0b](https://github.com/huei90/angular-validation/commit/64b8eee0e98600ab1d3945dbe78dd651e71f6e0b) Add ng-repeat input box example
+
+Thanks @lvarayut @eyupatis @U-US\katerbm @dmitry-dedukhin for the contributions
+
14 Nov 2014 v1.2.6
===
**Important**
diff --git a/README.md b/README.md
index 00bcf4e..86c5648 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-angular-validation 1.3.x - prepare for it
+angular-validation 1.3.0
=========================
[![NPM version](https://badge.fury.io/js/angular-validation.svg)](http://badge.fury.io/js/angular-validation)
[![Build Status](https://travis-ci.org/huei90/angular-validation.png?branch=master)](https://travis-ci.org/huei90/angular-validation)
@@ -16,7 +16,7 @@ angularjs 1.3.x support after version angular-validation 1.3.x
Requirement
-----
[AngularJS](http://angularjs.org) 1.2.x (for [angular-validation 1.2.x](https://github.com/huei90/angular-validation/tree/v1.2.x))
-[AngularJS](http://angularjs.org) 1.3.x (for angular-validation 1.3.x)
+[AngularJS](http://angularjs.org) 1.3.x (for [angular-validation 1.3.x](https://github.com/huei90/angular-validation/tree/master))
DEMO
-----
diff --git a/bower.json b/bower.json
index d96c5f4..aafeccd 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-validation",
- "version": "1.2.6",
+ "version": "1.3.0",
"homepage": "https://github.com/huei90/angular-validation",
"authors": [
"huei90"
diff --git a/package.json b/package.json
index fd37119..c124327 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-validation",
- "version": "1.2.6",
+ "version": "1.3.0",
"description": "Client-side Validation for AngularJS",
"repository": {
"type": "git",