Skip to content

Commit 3290a60

Browse files
chore: Update changelog (#2256)
**Description** Updated the changelog
1 parent d3b6b86 commit 3290a60

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.github/workflows/ci-badger-bank-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: ci-badger-bank-tests
22

33
on:
4+
workflow_dispatch: # allows manual trigger from GitHub
45
pull_request:
56
paths-ignore:
67
- "**.md"

.github/workflows/ci-badger-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: ci-badger-tests
22

33
on:
4+
workflow_dispatch: # allows manual trigger from GitHub
45
pull_request:
56
paths-ignore:
67
- "**.md"

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7+
## [4.9.1] - 2026-02-04
8+
9+
**Fixed**
10+
11+
- fix(aix): add aix directory synchronization support (#2115)
12+
- fix: correct the comment on value size in skl.node (#2250)
13+
14+
**Tests**
15+
16+
- test: add checksum tests for package y (#2246)
17+
18+
**Chores**
19+
20+
- chore(ci): update arm runner label (#2248)
21+
22+
**Full Changelog**: https://github.com/dgraph-io/badger/compare/v4.9.0...v4.9.1
23+
724
## [4.9.0] - 2025-12-15
825

926
**Fixed**

contrib/RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This document outlines the steps needed to build and push a new release of Badge
55
1. Have a team member "at-the-ready" with github `writer` access (you'll need them to approve PRs).
66
1. Create a new branch (prepare-for-release-vXX.X.X, for instance).
77
1. Update dependencies in `go.mod` for Ristretto, if required.
8-
1. Update the CHANGELOG.md. Sonnet 4.5 does a great job of doing this. Example prompt:
8+
1. Update the CHANGELOG.md. Opus 4.5 does a great job of doing this. Example prompt:
99
`I'm releasing vXX.X.X off the main branch, add a new entry for this release. Conform to the`
1010
`"Keep a Changelog" format, use past entries as a formatting guide. Run the trunk linter.`
1111
1. Validate the version does not have storage incompatibilities with the previous version. If so,
@@ -34,7 +34,7 @@ This document outlines the steps needed to build and push a new release of Badge
3434
1. Splash the "go index" cache to ensure that the latest release is available to the public with:
3535

3636
```sh
37-
go list -m github.com/dgraph-io/badger@vX.X.X
37+
go list -m github.com/dgraph-io/badger/v4@vX.X.X
3838
```
3939

4040
1. If needed, create a new announcement thread in the

0 commit comments

Comments
 (0)