Skip to content

Commit

Permalink
chore: add missing CHANGELOG entries and fix proto-gen (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc authored Jan 31, 2024
1 parent 02817c7 commit 820e9a0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### x/data

#### Changed
- [#2102](https://github.com/regen-network/regen-ledger/pull/2102) Deprecate `regen.data.v1` and migrate to the `regen.data.v2` protobuf API which enables off-chain coordination of supported algorithms and file types.

### x/ecocredit

#### Added
- [#2107](https://github.com/regen-network/regen-ledger/pull/2107) Add `BurnRegen` method.

## [v5.1.2](https://github.com/regen-network/regen-ledger/releases/tag/v5.1.2) - 2023-06-28

### General
Expand Down
3 changes: 1 addition & 2 deletions api/regen/data/v2/types.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions x/data/types.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 820e9a0

Please sign in to comment.