Skip to content

[release] 20240509 #2400

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

Merged
merged 1 commit into from
May 9, 2024
Merged
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
5 changes: 4 additions & 1 deletion packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.11.1] - 2024-05-09
### Fixed
- Certain historical queries not appliying block height (#2398)

Expand Down Expand Up @@ -309,7 +311,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- overwrite plugin to fix one to one unique key check
- update query publish and docker build process

[Unreleased]: https://github.com/subquery/subql/compare/query/2.11.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/query/2.11.1...HEAD
[2.11.1]: https://github.com/subquery/subql/compare/query/2.11.0...query/2.11.1
[2.11.0]: https://github.com/subquery/subql/compare/query/2.10.5...query/2.11.0
[2.10.5]: https://github.com/subquery/subql/compare/query/2.10.4...query/2.10.5
[2.10.4]: https://github.com/subquery/subql/compare/query/2.10.3...query/2.10.4
Expand Down
5 changes: 2 additions & 3 deletions packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query",
"version": "2.11.1-0",
"version": "2.11.1",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -70,6 +70,5 @@
"@types/rimraf": "^3.0.2",
"@types/yargs": "^16.0.4",
"nodemon": "^2.0.15"
},
"stableVersion": "2.11.0"
}
}
Loading