Skip to content

Commit

Permalink
Update changelog, version
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Jul 29, 2024
1 parent 8278d7e commit b6798c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
11 changes: 8 additions & 3 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ 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]

## [4.0.0] - 2024-07-29
### Changed
- Update cosmos and subql dependencies (#270)
- Use Subquery Project code from node core
- Use Subquery Project code from node core
- Breaking change: Update to latest `@subql/node-core`, require indexing environment timezone set to UTC (#272)

### Fixed
- Fix testing service missing inject nodeConfig
- Fix testing service not injecting NodeConfig
- Bump `@subql/node-core` with fixes for data consitstency issue (#274)
- Docker images not having TZ set to UTC (#274)

### Added
- Detection of Cosmos SDK version to use correct client type (#270)
Expand Down Expand Up @@ -432,7 +436,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Init release

[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.12.1...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.0.0...HEAD
[4.0.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.12.1...node-cosmos/4.0.0
[3.12.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.12.0...node-cosmos/3.12.1
[3.12.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.11.2...node-cosmos/3.12.0
[3.11.2]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.11.1...node-cosmos/3.11.2
Expand Down
2 changes: 1 addition & 1 deletion packages/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN mkdir -p .monitor && \

# Make the user not ROOT
USER 1000
ENV TZ utc
ENV TZ=utc

# Set Entry point and command
ENTRYPOINT ["/sbin/tini", "--", "/usr/local/lib/node_modules/@subql/node-cosmos/bin/run"]
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-cosmos",
"version": "3.12.2-3",
"version": "4.0.0",
"description": "",
"author": "SubQuery Pte Ltd",
"license": "GPL-3.0",
Expand Down Expand Up @@ -57,6 +57,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.12.2-2"
]
}

0 comments on commit b6798c7

Please sign in to comment.