Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.1"
".": "2.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.2](https://github.com/intility/json-api-toolkit/compare/v2.1.1...v2.1.2) (2026-05-08)


### CI

* **actions:** Bump github/codeql-action from 4.35.3 to 4.35.4 ([#145](https://github.com/intility/json-api-toolkit/issues/145)) ([4bedc09](https://github.com/intility/json-api-toolkit/commit/4bedc09c5dc2f85cb025dbc603106fcd90ff6d5d))

## [2.1.1](https://github.com/intility/json-api-toolkit/compare/v2.1.0...v2.1.1) (2026-05-08)


Expand Down
2 changes: 1 addition & 1 deletion JsonApiToolkit/JsonApiToolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- Package metadata -->
<PackageId>Intility.JsonApiToolkit</PackageId>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<Authors>Intility</Authors>
<Company>Intility</Company>
<Description>A toolkit for implementing JSON:API specification in .NET applications</Description>
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ site_name: Intility JsonApiToolkit
site_description: Documentation for Intility JsonApiToolkit
site_url: https://intility.github.io/json-api-toolkit/
extra:
version: 2.1.1 # x-release-please-version
version: 2.1.2 # x-release-please-version

theme:
name: material
Expand Down