Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake authored Feb 6, 2024
2 parents 9784654 + 8919096 commit 9bd8291
Show file tree
Hide file tree
Showing 4 changed files with 390 additions and 64 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: check-changelog
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- main
- '*-maintenance'
jobs:
check-changelog:
runs-on: ubuntu-latest
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGES.md
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@ To be released.
[#3651]: https://github.com/planetarium/libplanet/pull/3651


Version 4.0.2
-------------

Released on February 6, 2024.

- (Libplanet.Net) Changed `AppProtocolVersion.FromToken()` to throw an
`Exception` with more details. [[#3648]]
- (Libplanet.Explorer) Updated outdated GraphQL schema. [[#3649]]

[#3648]: https://github.com/planetarium/libplanet/pull/3648
[#3649]: https://github.com/planetarium/libplanet/pull/3649


Version 4.0.1
-------------

Expand Down
Loading

0 comments on commit 9bd8291

Please sign in to comment.