diff --git a/Directory.Build.props b/Directory.Build.props
index 924df78..dc4ef97 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -3,7 +3,7 @@
HSE
RVis
Copyright © HSE 2020
- 0.9.11068.0
- 0.9.11068.0
+ 0.9.11068.1
+ 0.9.11068.1
diff --git a/UI/Module/Sampling/Controls/Dialog/ViewCorrelationDialog.xaml b/UI/Module/Sampling/Controls/Dialog/ViewCorrelationDialog.xaml
index b199a1c..aba2576 100644
--- a/UI/Module/Sampling/Controls/Dialog/ViewCorrelationDialog.xaml
+++ b/UI/Module/Sampling/Controls/Dialog/ViewCorrelationDialog.xaml
@@ -47,7 +47,7 @@
KeyboardNavigation.IsTabStop="False"
FocusManager.IsFocusScope="False"
TextAlignment="Center"
- Text="{Binding Correlation}"
+ Text="{Binding CorrelationN}"
/>
@@ -65,7 +65,7 @@
KeyboardNavigation.IsTabStop="False"
FocusManager.IsFocusScope="False"
TextAlignment="Center"
- Text="{Binding Correlation}"
+ Text="{Binding CorrelationN}"
/>
diff --git a/Version/VersionInfo.cs b/Version/VersionInfo.cs
index 928460b..dfc3a75 100644
--- a/Version/VersionInfo.cs
+++ b/Version/VersionInfo.cs
@@ -5,7 +5,7 @@
[assembly: AssemblyProduct("RVis")]
[assembly: AssemblyCopyright("Copyright © HSE 2020")]
-[assembly: AssemblyVersion("0.9.11068.0")]
-[assembly: AssemblyFileVersion("0.9.11068.0")]
+[assembly: AssemblyVersion("0.9.11068.1")]
+[assembly: AssemblyFileVersion("0.9.11068.1")]
[assembly: NeutralResourcesLanguage("en")]
\ No newline at end of file
diff --git a/release_notes.md b/release_notes.md
index 35ed027..d79654e 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,11 +1,14 @@
# Beta Release
+Fixes to v0.9:
+
+* Corrected binding error in samples correlation dialog
+
Changes in v0.9:
* Added rank correlation to sampling
-* Added data export to estimation and sensitivity
* Various bug fixes and minor enhancements
-Issues fixed in v0.9: [#4](https://github.com/GMPtk/RVis/issues/4) [#5](https://github.com/GMPtk/RVis/issues/5) [#7](https://github.com/GMPtk/RVis/issues/7) [#8](https://github.com/GMPtk/RVis/issues/8)
+Issues fixed in v0.9: [#4](https://github.com/GMPtk/RVis/issues/4), [#5](https://github.com/GMPtk/RVis/issues/5), [#7](https://github.com/GMPtk/RVis/issues/7), [#8](https://github.com/GMPtk/RVis/issues/8),
Please submit bug reports, feature requests and other technical matters to the [issue tracker](https://github.com/GMPtk/RVis/issues) in this repository.