Skip to content

Commit 4371b3d

Browse files
chore: release v2.0.2 — update CHANGELOG and action.yml [skip ci]
1 parent 3e779a9 commit 4371b3d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1313

1414
## [Unreleased]
1515

16+
## [2.0.2] - 2026-03-22
17+
18+
<!-- Release notes generated using configuration in .github/release.yml at v2.0.2 -->
19+
20+
21+
22+
**Full Changelog**: https://github.com/SocketDev/socket-basics/compare/v2.0.1...v2.0.2
1623
## [2.0.0] - 2026-03-20
1724

1825
<!-- Release notes generated using configuration in .github/release.yml at v2.0.0 -->
@@ -182,7 +189,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
182189
---
183190

184191
<!-- Comparison links — updated automatically by scripts/update_changelog.py on each release -->
185-
[Unreleased]: https://github.com/SocketDev/socket-basics/compare/v2.0.0...HEAD
192+
[Unreleased]: https://github.com/SocketDev/socket-basics/compare/v2.0.2...HEAD
193+
[2.0.2]: https://github.com/SocketDev/socket-basics/compare/v2.0.0...v2.0.2
186194
[2.0.0]: https://github.com/SocketDev/socket-basics/compare/1.1.3...v2.0.0
187195
[1.1.3]: https://github.com/SocketDev/socket-basics/compare/1.1.2...1.1.3
188196
[1.1.2]: https://github.com/SocketDev/socket-basics/compare/1.1.0...1.1.2

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "Socket"
44

55
runs:
66
using: "docker"
7-
image: "docker://ghcr.io/socketdev/socket-basics:2.0.0"
7+
image: "docker://ghcr.io/socketdev/socket-basics:2.0.2"
88
env:
99
# Core GitHub variables (these are automatically available, but we explicitly pass GITHUB_TOKEN)
1010
GITHUB_TOKEN: ${{ inputs.github_token }}

0 commit comments

Comments
 (0)