diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c313df..88aa93f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v3.1 - 2019.02.26 +- Target .NET Core 2.1 and 2.2 versions +- EmitCalli method with native calling convention is now accessible for clients targeting .NET Core 2.1 or later +- Switch tests to run on .NET Core 2.0, 2.1 and 2.2. + ## v3.0 - 2019.01.14 - Remove IL modification related functionality (`MethodBodyParsing` namespace) entirely since it had been broken after adding .NET Core support. diff --git a/version.json b/version.json index d475226..705e854 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "3.0", + "version": "3.1", "assemblyVersion": { "precision": "build" },