From c7f34d1cc0150fcd0a6dd9b54a5ee3a198b44e6e Mon Sep 17 00:00:00 2001 From: Tim Miller Date: Wed, 22 Nov 2023 15:09:31 +0900 Subject: [PATCH] Update --- CHANGELOG.md | 6 ++++++ Directory.Build.props | 2 ++ version.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..581060d0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +FishyFlip ChangeLog + +## 1.2.x +- First stable-ish Releases +- Introduce `WithServiceEndpointUponLogin` builder option. With this option enabled, whenever you log into ATProtocol, the internal `HttpClient` will switch its base address to match the users Service Endpoint. Defaults to `true` + diff --git a/Directory.Build.props b/Directory.Build.props index e9590682..6d58492b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -16,11 +16,13 @@ https://github.com/drasticactions/FishyFlip true https://github.com/drasticactions/FishyFlip + https://github.com/drasticactions/FishyFlip/blob/main/CHANGELOG.md + diff --git a/version.json b/version.json index a9f7d77f..61c00914 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.1-alpha", + "version": "1.2", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/v\\d+(?:\\.\\d+)?$"