Skip to content

Commit

Permalink
chore(changelog): updated CHANGELOG (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
tl-Roberto-Mancinelli authored Nov 26, 2024
1 parent cec395c commit 09349d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.18.0] - 2024-11-25
### Added
- Added support Add support for mandates in `HppLinkBuilder`

## [1.17.0] - 2024-11-25
### Added
- Added support for net9/net8

## [1.16.0] - 2024-11-07
### Added
- Added support to the `Metadata` field in the `GetPayoutResponse`
Expand Down
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

The official [TrueLayer](https://truelayer.com) .NET client provides convenient access to TrueLayer APIs from applications built with .NET.

The library currently supports .NET Standard 2.1, .NET 5.0 and .NET 6.0.
The library currently supports .NET Standard 2.1, .NET 9.0 and .NET 8.0.

## Installation

Expand Down Expand Up @@ -277,16 +277,6 @@ Run `build.sh` (Mac/Linux) or `build.ps1` (Windows) To build and test the projec

This will output NuGet packages and coverage reports in the `artifacts` directory.

## Library Documentation

The library API documentation is built using [DocFx](https://dotnet.github.io/docfx/). To build and serve the docs locally run:

```
./build.sh --target ServeDocs
```

This will serve the docs on http://localhost:8080.

## Contributing

Contributions are always welcome!
Expand Down

0 comments on commit 09349d9

Please sign in to comment.