diff --git a/Analytics/Analytics.cs b/Analytics/Analytics.cs index 083e4058..2b3b5388 100644 --- a/Analytics/Analytics.cs +++ b/Analytics/Analytics.cs @@ -3,7 +3,7 @@ namespace Segment public class Analytics { // REMINDER: don't forget to set Properties.AssemblyInfo.AssemblyVersion as well - public static string VERSION = "3.4.2-beta"; + public static string VERSION = "3.5.0"; /// /// Lock for thread-safety diff --git a/Analytics/Analytics.csproj b/Analytics/Analytics.csproj index b361a8d0..28231b72 100644 --- a/Analytics/Analytics.csproj +++ b/Analytics/Analytics.csproj @@ -5,7 +5,7 @@ Segment false Analytics - 3.4.2-beta + 3.5.0 Segment Team Analytics.NET diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae13707..dc1afa5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +3.5.0 / 2020-12-09 +================== + * [Improvement](https://github.com/segmentio/Analytics.NET/pull/151): Fixed behavior of confusing configuration parameter `Send`. It now defaults to `true` and means data will be sent to Segment. + 3.4.2-beta / 2020-07-16 ======================= * [Fix](https://github.com/segmentio/Analytics.NET/pull/143) Patched security vulnerabilities in dependencies