diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c02271..fec4d7f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [1.2.4] - 2020-07-15
### Changed
- Readme.
@@ -86,7 +86,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Added File select directive
- Uploading files in a single request
-[Unreleased]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.3...HEAD
+[1.2.4]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.3...1.2.4
[1.2.3]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.2...1.2.3
[1.2.2]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.0...1.2.1
diff --git a/README.md b/README.md
index 91b5629..827247f 100644
--- a/README.md
+++ b/README.md
@@ -386,7 +386,7 @@ npm start
## Project created & Maintained by
-Jay Prajapati
+[Jay Prajapati](https://github.com/jayprajapati857)
diff --git a/package.json b/package.json
index 6d035a5..2968d65 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ngx-uploader-directive",
- "version": "1.2.3",
+ "version": "1.2.4",
"description": "Angular 9 File Uploader Directive which provides two directives, which are select and file drag and drop to upload files on server.",
"repository": {
"type": "git",
diff --git a/projects/ngx-uploader-directive/CHANGELOG.md b/projects/ngx-uploader-directive/CHANGELOG.md
index 1c02271..fec4d7f 100644
--- a/projects/ngx-uploader-directive/CHANGELOG.md
+++ b/projects/ngx-uploader-directive/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [1.2.4] - 2020-07-15
### Changed
- Readme.
@@ -86,7 +86,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Added File select directive
- Uploading files in a single request
-[Unreleased]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.3...HEAD
+[1.2.4]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.3...1.2.4
[1.2.3]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.2...1.2.3
[1.2.2]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.0...1.2.1
diff --git a/projects/ngx-uploader-directive/README.md b/projects/ngx-uploader-directive/README.md
index 91b5629..827247f 100644
--- a/projects/ngx-uploader-directive/README.md
+++ b/projects/ngx-uploader-directive/README.md
@@ -386,7 +386,7 @@ npm start
## Project created & Maintained by
-Jay Prajapati
+[Jay Prajapati](https://github.com/jayprajapati857)
diff --git a/projects/ngx-uploader-directive/package.json b/projects/ngx-uploader-directive/package.json
index 2c32733..98273ed 100644
--- a/projects/ngx-uploader-directive/package.json
+++ b/projects/ngx-uploader-directive/package.json
@@ -1,6 +1,6 @@
{
"name": "ngx-uploader-directive",
- "version": "1.2.3",
+ "version": "1.2.4",
"description": "Angular 9 File Uploader Directive which provides two directives, which are select and file drag and drop to upload files on server.",
"repository": {
"type": "git",