Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#12)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.1.0](1.0.1...1.1.0)
(2024-02-21)


### Features

* Raise minimum .NET Framework version to 4.6.2
([#10](#10))
([912e244](912e244))
* Update dependencies to allow using NLog v5.
([f6ba29d](f6ba29d))
* Update dependencies to allow using NLog v5.
([d817628](d817628))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 21, 2024
1 parent 1ec959e commit 3c92a9e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.1.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to the project will be documented in this file. For full release notes for the projects that depend on this project, see their respective changelogs. This file describes changes only to the common code. This project adheres to [Semantic Versioning](http://semver.org).

## [1.1.0](https://github.com/launchdarkly/dotnet-logging-adapter-nlog/compare/1.0.1...1.1.0) (2024-02-21)


### Features

* Raise minimum .NET Framework version to 4.6.2 ([#10](https://github.com/launchdarkly/dotnet-logging-adapter-nlog/issues/10)) ([912e244](https://github.com/launchdarkly/dotnet-logging-adapter-nlog/commit/912e244698a8cca75d3dce9d632676d64f747f00))
* Update dependencies to allow using NLog v5. ([f6ba29d](https://github.com/launchdarkly/dotnet-logging-adapter-nlog/commit/f6ba29ded2e8b817db796b5c2edd87b7a0c88dc2))
* Update dependencies to allow using NLog v5. ([d817628](https://github.com/launchdarkly/dotnet-logging-adapter-nlog/commit/d8176289d12a46b82ae3402694b858aa0b5f607e))

## [1.0.1] - 2021-05-20
### Changed:
- Updated dependencies on `LaunchDarkly.Logging` to version 1.0.1.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!--x-release-please-start-version-->
<Version>1.0.1</Version>
<Version>1.1.0</Version>
<!--x-release-please-end-->
<!--
The reason there's a mechanism here for overriding the target frameworks with
Expand Down

0 comments on commit 3c92a9e

Please sign in to comment.