diff --git a/GitVersion.yml b/GitVersion.yml index e94517c..31ab070 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -20,5 +20,5 @@ branches: - feature - support - hotfix -next-version: "0.1" +next-version: "0.2" diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md new file mode 100644 index 0000000..34920d1 --- /dev/null +++ b/docs/ReleaseNotes.md @@ -0,0 +1,5 @@ +# Ais.Net.Receiver release notes + +## v0.2.0 + +* Add Errors observable to `Ais.Net.Receiver.Receiver.ReceiverHost` https://github.com/ais-dotnet/Ais.Net.Receiver/pull/142 \ No newline at end of file