diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ffe4e5a..1746927a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
> - Breaking Changes:
> - Features:
+> - Bugfixes:
+
+#### **Version 5.0.1**
+
> - Bugfixes:
> - Returning false from PendingConnection.StartedCommand.CanExecute does not stop the creation of a pending connection
> - BaseConnection.ArrowEnds does not display correctly when BaseConnection.Direction is ConnectionDirection.Backward
diff --git a/Nodify/Nodify.csproj b/Nodify/Nodify.csproj
index e9f96e51..44e48358 100644
--- a/Nodify/Nodify.csproj
+++ b/Nodify/Nodify.csproj
@@ -16,20 +16,11 @@
icon.png
https://github.com/miroiu/nodify
wpf mvvm node-editor controls
- 5.0.0
+ 5.0.1
- > - Breaking Changes:
- > - Removed BaseConnection.GetArrowHeadPoints
- > - Removed BaseConnection.OffsetMode
- > - Changed return type of BaseConnection.DrawLineGeometry to support both arrowheads no matter the number of points on the line
- > - Changed the default for BaseConnection.SourceOffset and BaseConnection.TargetOffset from Size(0, 0) to Size(14, 0)
- > - Changed the default for BaseConnection.ArrowSize from Size(7, 6) to Size(8, 8)
- > - Features:
- > - Added BaseConnection.SourceOffsetMode and BaseConnection.TargetOffsetMode
- > - Added BaseConnection.ArrowEnds dependency property to allow configurable arrowhead ends
- > - Added BaseConnection.ArrowShape dependency property to allow configurable arrowhead shape
- > - Added NodifyEditor.EnableDraggingContainersOptimizations to allow receiving ItemContainer.Location updates in realtime
- > - Added ConnectionOffsetMode.Static to allow offsetting the source and target points of the connection on the X and the Y axis without revolving around the source or target points
+ > - Bugfixes:
+ > - Returning false from PendingConnection.StartedCommand.CanExecute does not stop the creation of a pending connection
+ > - BaseConnection.ArrowEnds does not display correctly when BaseConnection.Direction is ConnectionDirection.Backward
..\build\Nodify.snk
README.md