diff --git a/CHANGELOG.md b/CHANGELOG.md
index 366f6ee0..cc7fa4a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
## [Unreleased]
+
+## [v1.5.0-react] - 2022-07-09
+### Bug Fixes
+- **database:** missing remember_token on users table
+
+### Features
+- **database:** implement new features of lunox v1.6.0
+
+
## [v1.4.0-react] - 2022-06-14
### Bug Fixes
@@ -13,10 +22,35 @@
- **view:** example usage of react as template engine
+
+## [v1.4.0] - 2022-06-14
+### Bug Fixes
+- forget to expose version props to admin view
+- **middleware:** method not called in GuestMiddleware
+
+### Features
+- **auth:** login via remember token
+- **auth:** add authentication example ([#27](https://github.com/kodepintar/lunox/issues/27))
+- **view:** example usage of reactive data
+
+
## [v1.3.0-react] - 2022-06-04
### Features
-- **auth:** added authentication example for preset react ([#28](https://github.com/kodepintar/lunox/issues/28))
+- **auth:** added auhtentication example for preset react ([#28](https://github.com/kodepintar/lunox/issues/28))
+- **view:** example usage of react as template engine
+
+
+
+## [v1.3.0] - 2022-06-03
+### Features
+- **auth:** add authentication example ([#27](https://github.com/kodepintar/lunox/issues/27))
+
+
+
+## [v1.2.0] - 2022-05-20
+### Features
+- **view:** example usage of reactive data
@@ -150,9 +184,13 @@
- **validation:** create validator facade from node-input-validator ([#2](https://github.com/kodepintar/lunox/issues/2))
-[Unreleased]: https://github.com/kodepintar/lunox/compare/v1.4.0-react...HEAD
+[Unreleased]: https://github.com/kodepintar/lunox/compare/v1.5.0-react...HEAD
+[v1.5.0-react]: https://github.com/kodepintar/lunox/compare/v1.4.0-react...v1.5.0-react
[v1.4.0-react]: https://github.com/kodepintar/lunox/compare/v1.4.0...v1.4.0-react
-[v1.3.0-react]: https://github.com/kodepintar/lunox/compare/v1.2.0-react...v1.3.0-react
+[v1.4.0]: https://github.com/kodepintar/lunox/compare/v1.3.0-react...v1.4.0
+[v1.3.0-react]: https://github.com/kodepintar/lunox/compare/v1.3.0...v1.3.0-react
+[v1.3.0]: https://github.com/kodepintar/lunox/compare/v1.2.0...v1.3.0
+[v1.2.0]: https://github.com/kodepintar/lunox/compare/v1.2.0-react...v1.2.0
[v1.2.0-react]: https://github.com/kodepintar/lunox/compare/v1.1.1...v1.2.0-react
[v1.1.1]: https://github.com/kodepintar/lunox/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/kodepintar/lunox/compare/v1.0.0...v1.1.0