Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.2.0 #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [1.2.0](https://github.com/anoma/namada-chain-registry/compare/v1.1.0...v1.2.0) (2025-02-10)


### Features

* add namadadryrun, feature flags ([c8077fd](https://github.com/anoma/namada-chain-registry/commit/c8077fd1c1a49c3e470cc0701c31eb3e3d9963f9))
* added anodeofzen RPC ([1e6f299](https://github.com/anoma/namada-chain-registry/commit/1e6f2996747b86a24e444063a061b88b2e0fea77))
* adding campfire-osmosis-1 ibc channel ([#28](https://github.com/anoma/namada-chain-registry/issues/28)) ([1c246d5](https://github.com/anoma/namada-chain-registry/commit/1c246d53bb27cc7d16ac9c98e9087c990eb34df3))
* **campfire:** adding cosmos, celestia and stride channels ([#39](https://github.com/anoma/namada-chain-registry/issues/39)) ([a2a18d9](https://github.com/anoma/namada-chain-registry/commit/a2a18d9a1a51b4bcb9a832852dba05abe9127ac7))
* **campfire:** upgrading ibc channels on campfire ([#37](https://github.com/anoma/namada-chain-registry/issues/37)) ([3e0bf07](https://github.com/anoma/namada-chain-registry/commit/3e0bf07b46dd8c0ddf6b07471e3be3ac66c0b950))
* enable phase 3 for dryrun chain ([5ad6169](https://github.com/anoma/namada-chain-registry/commit/5ad61694d789b0fbc05af1d00b1710cf501875fe))
* **housefire:** adding info for celestia, cosmoshub, osmosis and stride ([#42](https://github.com/anoma/namada-chain-registry/issues/42)) ([eccf8e0](https://github.com/anoma/namada-chain-registry/commit/eccf8e0b43df81efabbb93cf3493ad99daf79378))
* initial release-please config ([#31](https://github.com/anoma/namada-chain-registry/issues/31)) ([44a44dd](https://github.com/anoma/namada-chain-registry/commit/44a44ddd18cafb436670163ae23af70982a3a325))
* **namadainternaldevnet:** update chain id ([#14](https://github.com/anoma/namada-chain-registry/issues/14)) ([e1b0585](https://github.com/anoma/namada-chain-registry/commit/e1b0585a2337d298f65757b4e394d686fd6eafd0))
* **namadainternaldevnet:** updating rpc address ([#15](https://github.com/anoma/namada-chain-registry/issues/15)) ([d19d009](https://github.com/anoma/namada-chain-registry/commit/d19d009620034f5a11f3b266fd372a37c3853358))
* updating namadainternaldevnet chainid ([#24](https://github.com/anoma/namada-chain-registry/issues/24)) ([ffb7bdb](https://github.com/anoma/namada-chain-registry/commit/ffb7bdb659dcd6fe60f86320e8ba9b25f74e70ef))
* using osmosis chain name instead of chain id ([#29](https://github.com/anoma/namada-chain-registry/issues/29)) ([8df3d43](https://github.com/anoma/namada-chain-registry/commit/8df3d430dcd7b7e10a000e109ac8fc456c7c98ce))


### Bug Fixes

* fix slip-44, was referencing Atom ([3003225](https://github.com/anoma/namada-chain-registry/commit/30032253ffa10cab47d013d93a41c5ee533ea25d))
* fix the chain name ([ec510d6](https://github.com/anoma/namada-chain-registry/commit/ec510d662cff1f2d88c1fb2f4089770797d38e7e))
* fixing chain name for osmosis channel ([#30](https://github.com/anoma/namada-chain-registry/issues/30)) ([6bfb476](https://github.com/anoma/namada-chain-registry/commit/6bfb47642aa7a3b1822ac2783a1ac6979985fc12))
* **housefire:** fixing osmosis ibc channel ([#43](https://github.com/anoma/namada-chain-registry/issues/43)) ([ec48b21](https://github.com/anoma/namada-chain-registry/commit/ec48b2199632221610a824c51cc9f408fb25fec8))
* Update with current Housefire details ([#5](https://github.com/anoma/namada-chain-registry/issues/5)) ([dfbce8d](https://github.com/anoma/namada-chain-registry/commit/dfbce8d07c7892ae4b3853c92791a3b000eb2392))
* updating osmosis channels for housefire ([#34](https://github.com/anoma/namada-chain-registry/issues/34)) ([72d32ce](https://github.com/anoma/namada-chain-registry/commit/72d32ce131be09c3a7b6e8c68ee7748b692dfdd9))

## [1.1.0](https://github.com/anoma/namada-chain-registry/compare/v1.0.0...v1.1.0) (2025-01-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@namada/chain-registry",
"version": "1.1.0",
"version": "1.2.0",
"description": "Namada Chain Registry",
"repository": {
"type": "git",
Expand Down