Skip to content

Commit 6558e0e

Browse files
committed
release '2.1.0'
1 parent f09f15b commit 6558e0e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.1.0] - 2025-04-24
8+
### Added
9+
- #121; ability to disable anonymous paste creation
10+
- #122; paste size limit & ability to disable attachments
11+
- #123; ability to change random slug length
12+
- #124; docker health check
13+
- #129; migrate lexer alias code to official method
14+
### Changed
15+
- show paste link on paste page
16+
- bump deps
17+
- update to go1.24
18+
719
## [2.0.0] - 2025-02-27
820
### Added
921
- V2 app

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hasty-paste",
3-
"version": "1.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"private": true,
66
"license": "AGPL-3.0-only",

0 commit comments

Comments
 (0)