From 33258207b7fcc17c0900575366d1f39c908e7023 Mon Sep 17 00:00:00 2001 From: Pavel Vostretsov Date: Thu, 11 Jan 2024 10:34:28 +0500 Subject: [PATCH] update version --- CHANGELOG.md | 11 +++++++++++ version.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d5493b..ccbcbb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ # Changelog +## v2.1 - 2024.01.11 +- refactor ApiControllerTypeBuildingContext +- use string templates with custom tag for urls in generated apis + +## v2.0.150 - 2024.01.09 +- Add net8.0 support to cli tool; run tests against net8.0 tfm +- Fix tests to run on Linux + +## v2.0.142 - 2023.11.09 +- support type imports + ## v2.0.135 - 2023.09.19 - Update `Microsoft.CodeAnalysis.CSharp.Workspaces` diff --git a/version.json b/version.json index 6865661..432462a 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "2.0", + "version": "2.1", "assemblyVersion": { "precision": "build" },