Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza Jugon committed Oct 23, 2024
1 parent 8118937 commit 903469a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release to Maven Central

on:
workflow_dispatch: # Allows manual triggering of the workflow
workflow_dispatch:

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [3.5.7] - 2024-10-23
### Changed
- Added error handling for bad requests with incorrect sort parameters
- Added error handling for bad requests with incorrect sort parameters.
- Added automatic pagination handling in the `/unreferenced-paths` endpoint for improved Swagger documentation.
- Updated the Maven Central release workflow to run exclusively from the main branch.

Expand Down

0 comments on commit 903469a

Please sign in to comment.