Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Nov 22, 2019
1 parent eafb25b commit 1775eb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

## 0.4.0
### Features
- Block.nextBlock
- Block.epochNo is a workaround for the less performant Block.epoch.number

## 0.3.0
### Features
- Can now scope aggregated queries to the same filters as the non-aggregated counterparts
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": "cardano-graphql",
"version": "0.3.0",
"version": "0.4.0",
"description": "GraphQL API for Cardano with client-consumable types generated",
"scripts": {
"codegen:external": "graphql-codegen --config ./codegen.external.yml",
Expand Down

0 comments on commit 1775eb2

Please sign in to comment.