Skip to content

Commit

Permalink
Merge pull request #5075 from kdembler/nara-bump-qn
Browse files Browse the repository at this point in the history
bump QN version for Nara
  • Loading branch information
mnaamani authored Feb 7, 2024
2 parents bfe9ce1 + 3f919c8 commit a6e39cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions query-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.0.0

- Add support for Nara release - CRTs, freeze pallet proposal, new chain metadata spec

### 1.8.0

- Add support for validator account verification
Expand Down
2 changes: 1 addition & 1 deletion query-node/mappings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query-node-mappings",
"version": "1.8.1",
"version": "2.0.0",
"description": "Mappings for hydra-processor",
"main": "lib/src/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion query-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query-node-root",
"version": "1.8.1",
"version": "2.0.0",
"description": "GraphQL server and mappings. Generated with ♥ by Hydra-CLI",
"scripts": {
"build": "./build.sh",
Expand Down

0 comments on commit a6e39cb

Please sign in to comment.