From 92b7ee2c019684efc44468e8943859a45db7d839 Mon Sep 17 00:00:00 2001 From: FantasticFiasco Date: Wed, 12 Apr 2023 08:16:58 +0200 Subject: [PATCH] release v9.0.0-beta.1 --- CHANGELOG.md | 2 ++ Directory.Build.props | 4 ++-- appveyor.yml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3012ac7..fa39391d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi ## Unreleased +## [9.0.0-beta.1] - 2023-04-12 + ### :zap: Added - [#311](https://github.com/FantasticFiasco/serilog-sinks-http/issues/311) [BREAKING CHANGE] Support specifying `levelSwitch` when creating the sink, thus adding the support to [dynamically change the log level at runtime](https://nblumhardt.com/2014/10/dynamically-changing-the-serilog-level/) (contribution by [@yuriy-millen](https://github.com/yuriy-millen)) diff --git a/Directory.Build.props b/Directory.Build.props index a0216dc1..a5f9a139 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,8 +1,8 @@ - 8.0.0 - + 9.0.0 + beta.1 Mattias Kindborg Copyright 2015-2023 Serilog Contributors diff --git a/appveyor.yml b/appveyor.yml index 42b70a9d..9143db78 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,7 @@ deploy: release: Release ${APPVEYOR_REPO_TAG_NAME} description: TODO auth_token: - secure: jFJL5c0XhkqkyH01r1SccqQpVdJGQ8AU0sT7Rg12f/QuO+RNa6870wyMjUWGeJZJ + secure: j02iHBdEdOPrRurPI+J8gxvi153bzB2wMx0k8N4n2M8UyYJioyYYaXHB+318iR+J artifact: NuGet draft: true on: