Skip to content

Commit

Permalink
docs(explorer): Add changelog entry
Browse files Browse the repository at this point in the history
Add changelog information for next explorer release v3.5.0
  • Loading branch information
brunomenezes committed Jun 26, 2023
1 parent b0e5373 commit 32f43b7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.5.0] - 2023-06-24

- `Staking`
- Increased code coverage to multiple components
- Fix the alignment between header text and arrow icon when sorting the staking pool table.
- We are switching to feed indexed data from Chainstack and moving away from AWS.
- `Rollups`
- Increased code coverage to multiple components
- The DApp details page is all set for rollups `v0.9.x`.
- Improvements done for docker image generation for rollups. That includes linux/arm64 architecture besides the linux/amd64.

## [3.4.0] - 2023-06-05

- `Staking`
Expand Down Expand Up @@ -306,7 +317,8 @@ Staking Pools

- First release

[unreleased]: https://github.com/cartesi/explorer/compare/v3.4.0...HEAD
[unreleased]: https://github.com/cartesi/explorer/compare/v3.5.0...HEAD
[3.5.0]: https://github.com/cartesi/explorer/compare/v3.4.0...v3.5.0
[3.4.0]: https://github.com/cartesi/explorer/compare/v3.3.0...v3.4.0
[3.3.0]: https://github.com/cartesi/explorer/compare/v3.2.2...v3.3.0
[3.2.2]: https://github.com/cartesi/explorer/compare/v3.2.1...v3.2.2
Expand Down

2 comments on commit 32f43b7

@vercel
Copy link

@vercel vercel bot commented on 32f43b7 Jun 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

staking – ./apps/staking

staking-git-production-cartesi.vercel.app
staking-wine-eight.vercel.app
staking-cartesi.vercel.app
explorer.cartesi.io

@vercel
Copy link

@vercel vercel bot commented on 32f43b7 Jun 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rollups – ./apps/rollups

rollups-cartesi.vercel.app
rollups-git-production-cartesi.vercel.app
rollups.vercel.app

Please sign in to comment.