diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..f3222fb
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,14 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
+and this project adheres to [Semantic Versioning](http://semver.org/).
+
+## Unreleased
+
+Nothing yet.
+
+## 1.0.2 - 2021-11-25
+
+- Respect new line of environment.
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
new file mode 100644
index 0000000..ae23228
--- /dev/null
+++ b/DEVELOPMENT.md
@@ -0,0 +1,5 @@
+# Development
+
+## Releasing
+
+We use https://github.com/mrahhal/release-cycle as a reference when releasing.
diff --git a/MR.Analyzers.Whitespace.sln b/MR.Analyzers.Whitespace.sln
index 73ea3b6..a3673d0 100644
--- a/MR.Analyzers.Whitespace.sln
+++ b/MR.Analyzers.Whitespace.sln
@@ -17,7 +17,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{51263C
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
+ CHANGELOG.md = CHANGELOG.md
.github\workflows\ci.yml = .github\workflows\ci.yml
+ DEVELOPMENT.md = DEVELOPMENT.md
global.json = global.json
README.md = README.md
EndProjectSection
diff --git a/README.md b/README.md
index 28bf981..7e977a8 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ By default, all rules are of `Error` severity. So they _will_ fail the build, a
## Include in your project
```xml
-
+
```
## Rules