Skip to content

Latest commit

 

History

History
125 lines (68 loc) · 3.12 KB

CHANGELOG.md

File metadata and controls

125 lines (68 loc) · 3.12 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.1.1] - 2023-05-11

Fixed

  • Fix scripts to deploy graph in local, self-hosted and hosted envinronment. #105

[2.1.0] - 2023-05-08

Fixed

  • Update dependencies for fixing hosted service deployment #98

[2.0.0] - 2023-04-20

Changed

  • Update dependencies and update Node version 16 #96

[1.4.0] - 2022-11-22

Changed

  • Add safeSetup event from Gnosis Safe Contract v1.3.0 #84
  • Enable indexing of Gnosis Safe Contracts v1.1.1+CRC and v1.3.0 versions #84

Changed

[1.3.2] - 2022-07-08

Changed

  • Update to node v14 #80

[1.3.1] - 2022-06-10

Fixed

  • Update dependencies #79

[1.3.0] - 2022-04-14

Fixed

  • Removed jq from common.sh #73

Changed

  • Update dependencies (including nested): graph-cli, graph-ts, minimist, node-fetch, axios and node-forge #75

[1.2.3] - 2022-04-07

Fixed

  • Removed jq from common.sh

[1.2.2] - 2022-03-25

Fixed

  • Fix previous tagbuild GH Action

[1.2.1] - 2022-03-10

Fixed

  • Fix tagbuild GH Action

Changed

  • Update .env example values
  • Update truffle version

[1.2.0] - 2022-02-23

Fixed

  • Update ubuntu version in workflows to ubuntu-18.04
  • Remove unnecessary eth calls
  • Clean code: Remove unused imports and vars

Added

  • Automate configuration for xdai and poa-sokol
  • Add documentation for release for The Graph
  • Update contributors and codeo wners

[1.1.1] - 2021-12-01

Fixed

  • Add version-label option to graph deploy command #56

[1.1.0] - 2021-12-01

Changed

  • Update dependencies: graph-cli and graph-ts #53
  • Update dependencies: truffle #54

[1.0.1] - 2021-06-03

Fixed

  • Correctly set organization boolean when Safe got freshly created #46
  • Removing an owner from Safe was deleting the wrong Safe entry #45

[1.0.0] - 2021-04-13

Added

  • Organization events #32
  • ⚠️ Introduce new START_BLOCK environment variable

Changed

  • ⚠️ BREAKING CHANGE Removed send limits #41