diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..6c57723
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,103 @@
+# Change Log
+All notable changed to this project will be documented in this file.
+
+## [1.1.71] - 08.2020
+### Added
+- CHANGELOG.md
+### Changed
+- README.md
+- Referenced changelog into nuget release notes
+### Fixed
+
+## [1.1.69] - 11.06.2020
+### Added
+### Changed
+- README.md
+### Fixed
+
+## [1.1.68] - 11.06.2020
+### Added
+- Added enums and methods overloads for S7Wordlength and S7Area (#11)
+### Changed
+- README.md
+- Changed properties to expression body solution wide
+- Changed S7 calls to extension methods
+- Usage of overloaded methods with enums instead of constants
+### Fixed
+- Check connection on socket close
+- Null propagation on disconnect method
+- Soved usage ob obsolete constants
+
+## [1.1.63] - 06.05.2020
+### Added
+### Changed
+### Fixed
+- style and security enhancement
+
+## [1.1.62] - 06.05.2020
+### Added
+### Changed
+### Fixed
+- Unused exception handling
+
+## [1.1.61] - 06.05.2020
+### Added
+### Changed
+### Fixed
+- Usage of Timeouts from [philfontaine/Sharp7@fb01cc0](https://github.com/philfontaine/Sharp7@fb01cc0)
+
+## [1.1.60] - 06.05.2020
+### Added
+### Changed
+### Fixed
+- connection check into overload of SendPacket (#8)
+
+## [1.1.59] - 06.05.2020
+### Added
+- Added unit tests
+### Changed
+- Created extension methods from S7
+### Fixed
+- Fixed naming rules
+
+## [1.0.50] - 17.11.2019
+### Added
+### Changed
+- README.md
+### Fixed
+
+## [1.0.49] - 17.11.2019
+### Added
+### Changed
+- README.md
+### Fixed
+
+## [1.0.48] - 17.11.2019
+### Added
+### Changed
+- README.md
+### Fixed
+
+## [1.0.25] - 02.04.2019
+### Added
+- Added nuget package description
+### Changed
+### Fixed
+
+## [1.0.22] - 17.01.2019
+### Added
+- Added debug symbols to Nuget
+### Changed
+### Fixed
+
+## [1.0.18] - 21.11.2018
+### Added
+### Changed
+- Migrate solution to project SDK (#2)
+### Fixed
+
+## [1.0.0] - 21.01.2018
+### Added
+- imported initial project from source forge
+### Changed
+### Fixed
\ No newline at end of file
diff --git a/README.md b/README.md
index 35ffa6d..035b80c 100644
--- a/README.md
+++ b/README.md
@@ -52,3 +52,5 @@ Particularly **to access a DB in S71500 some additional setting plc-side are nee
- The access level must be “full” and the “connection mechanism” must allow GET/PUT.

+
+# See the change log [here](https://github.com/fbarresi/Sharp7/blob/master/CHANGELOG.md)
\ No newline at end of file
diff --git a/Sharp7/Sharp7.csproj b/Sharp7/Sharp7.csproj
index 06fc627..43fb39c 100644
--- a/Sharp7/Sharp7.csproj
+++ b/Sharp7/Sharp7.csproj
@@ -14,6 +14,7 @@
1.0.0
https://raw.githubusercontent.com/fbarresi/Sharp7/master/doc/images/logo.jpg
+ https://github.com/fbarresi/Sharp7/blob/master/CHANGELOG.md