Skip to content

Commit

Permalink
- Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Jan 26, 2024
1 parent eeaad28 commit 6cd51d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Install .NET SDK
uses: actions/setup-dotnet@v3
with:
# .NET Core 3.1 and 5 are deprecated and removed from GitHub Actions, we need to manually install them
# .NET Core 3.1 and .NET 5 are deprecated and removed from GitHub Actions, we need to manually install them
dotnet-version: |
3.1.x
5.x.x
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## Next Release

- Add .NET 8.0 support

## v0.9.0 (2023-05-17)

- Fix a bug where URLs were not being extracted correctly, potentially causing false matches when matching by URL
Expand Down

0 comments on commit 6cd51d7

Please sign in to comment.