diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20f0a271..2203ffc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@
#### **In development**
> - Breaking Changes:
+> - Features:
+> - Bugfixes:
+
+#### **Version 6.3.0**
+
> - Features:
> - Added a CuttingLine control that removes intersecting connections
> - Added CuttingLineStyle, CuttingStartedCommand, CuttingCompletedCommand, IsCutting, EnableCuttingLinePreview and CuttingConnectionTypes to NodifyEditor
diff --git a/Nodify/Nodify.csproj b/Nodify/Nodify.csproj
index a5dd13df..20191fb1 100644
--- a/Nodify/Nodify.csproj
+++ b/Nodify/Nodify.csproj
@@ -16,16 +16,14 @@
icon.png
https://github.com/miroiu/nodify
wpf mvvm node-editor controls
- 6.2.0
+ 6.3.0
> - Features:
- > - Added a Minimap control and EditorGestures.Minimap
- > - Added ContentContainerStyle, HeaderContainerStyle and FooterContainerStyle dependency properties to Node
- > - Added BringIntoView that takes a Rect parameter to NodifyEditor
- > - Added the NodifyEditor's DataContext as the parameter of the ItemsSelectStartedCommand, ItemsSelectCompletedCommand, ItemsDragStartedCommand and ItemsDragCompletedCommand commands
+ > - Added a CuttingLine control that removes intersecting connections
+ > - Added CuttingLineStyle, CuttingStartedCommand, CuttingCompletedCommand, IsCutting, EnableCuttingLinePreview and CuttingConnectionTypes to NodifyEditor
+ > - Added EditorGestures.Editor.Cutting and EditorGestures.Editor.CancelAction
> - Bugfixes:
- > - Fixed hover effect and padding of NodeInput and NodeOutput for vertical orientation
- > - Fixed ItemContainers being selected sometimes when double clicking the canvas
+ > - Fixed connection styles not inheriting from the BaseConnection style
..\build\Nodify.snk
README.md