Skip to content

Commit

Permalink
chore: update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Jun 8, 2023
1 parent ddf3490 commit 6bdf52e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions p2p/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.0.54] - 2023-06-06
## [0.0.0.54] - 2023-06-08

- Replaced embedded modules.Module with simpler modules.IntegratableModule in PeerstoreProvider interface
- Removed unused PeerstoreProvider#GetP2PConfig() method
- Added PeerstoreProvider#GetUnstakedPeerstore() method
- Added p2pPeerstoreProvider implementation of PeerstoreProvider interface
- Replaced embedded `modules.Module` with simpler `modules.IntegratableModule` in `PeerstoreProvider` interface
- Removed unused `PeerstoreProvider#GetP2PConfig()` method
- Added `PeerstoreProvider#GetUnstakedPeerstore()` method
- Added temporary `unstakedPeerstoreProvider` interface

## [0.0.0.53] - 2023-06-01

Expand Down
2 changes: 1 addition & 1 deletion shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.0.60] - 2023-06-06
## [0.0.0.60] - 2023-06-08

- Added `Factory` generic type
- Improved godoc comments
Expand Down

0 comments on commit 6bdf52e

Please sign in to comment.