Skip to content

Commit ea8fe3d

Browse files
chore(main): release 1.2.0 (#40)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b63177 commit ea8fe3d

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/anoma/namada-chain-registry/compare/v1.1.0...v1.2.0) (2025-05-09)
4+
5+
6+
### Features
7+
8+
* add namadadryrun, feature flags ([c8077fd](https://github.com/anoma/namada-chain-registry/commit/c8077fd1c1a49c3e470cc0701c31eb3e3d9963f9))
9+
* added anodeofzen RPC ([89fd471](https://github.com/anoma/namada-chain-registry/commit/89fd4717f4dd724c441f815b7f7088e3f91f7394))
10+
* added anodeofzen RPC ([1e6f299](https://github.com/anoma/namada-chain-registry/commit/1e6f2996747b86a24e444063a061b88b2e0fea77))
11+
* 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))
12+
* **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))
13+
* **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))
14+
* enable phase 3 for dryrun chain ([5ad6169](https://github.com/anoma/namada-chain-registry/commit/5ad61694d789b0fbc05af1d00b1710cf501875fe))
15+
* **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))
16+
* initial release-please config ([#31](https://github.com/anoma/namada-chain-registry/issues/31)) ([44a44dd](https://github.com/anoma/namada-chain-registry/commit/44a44ddd18cafb436670163ae23af70982a3a325))
17+
* **namadainternaldevnet:** update chain id ([#14](https://github.com/anoma/namada-chain-registry/issues/14)) ([e1b0585](https://github.com/anoma/namada-chain-registry/commit/e1b0585a2337d298f65757b4e394d686fd6eafd0))
18+
* **namadainternaldevnet:** updating rpc address ([#15](https://github.com/anoma/namada-chain-registry/issues/15)) ([d19d009](https://github.com/anoma/namada-chain-registry/commit/d19d009620034f5a11f3b266fd372a37c3853358))
19+
* updating namadainternaldevnet chainid ([#24](https://github.com/anoma/namada-chain-registry/issues/24)) ([ffb7bdb](https://github.com/anoma/namada-chain-registry/commit/ffb7bdb659dcd6fe60f86320e8ba9b25f74e70ef))
20+
* 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))
21+
22+
23+
### Bug Fixes
24+
25+
* fix slip-44, was referencing Atom ([3003225](https://github.com/anoma/namada-chain-registry/commit/30032253ffa10cab47d013d93a41c5ee533ea25d))
26+
* fix the chain name ([ec510d6](https://github.com/anoma/namada-chain-registry/commit/ec510d662cff1f2d88c1fb2f4089770797d38e7e))
27+
* 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))
28+
* **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))
29+
* rename chain nyx ([#56](https://github.com/anoma/namada-chain-registry/issues/56)) ([5a884bf](https://github.com/anoma/namada-chain-registry/commit/5a884bf6343f5130c4a419901a87ea86df53dd83))
30+
* 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))
31+
* 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))
32+
333
## [1.1.0](https://github.com/anoma/namada-chain-registry/compare/v1.0.0...v1.1.0) (2025-01-27)
434

535
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@namada/chain-registry",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Namada Chain Registry",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)