diff --git a/clients/horizonclient/CHANGELOG.md b/clients/horizonclient/CHANGELOG.md index 032eb1f790..2a275d31e1 100644 --- a/clients/horizonclient/CHANGELOG.md +++ b/clients/horizonclient/CHANGELOG.md @@ -6,6 +6,7 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased - Add `IsNotFoundError` +* Dropped support for Go 1.12. ## [v2.0.0](https://github.com/stellar/go/releases/tag/horizonclient-v2.0.0) - 2020-01-13 diff --git a/services/bridge/CHANGELOG.md b/services/bridge/CHANGELOG.md index 9982d98845..286c381317 100644 --- a/services/bridge/CHANGELOG.md +++ b/services/bridge/CHANGELOG.md @@ -2,6 +2,10 @@ As this project is pre 1.0, breaking changes may happen for minor version bumps. A breaking change will get clearly notified in this log. +## Unreleased + +* Dropped support for Go 1.12. + ## 0.0.33 * Add `ReadTimeout` to HTTP server configuration to fix potential DoS vector. diff --git a/services/compliance/CHANGELOG.md b/services/compliance/CHANGELOG.md index 1172864cbc..63e33f83fe 100644 --- a/services/compliance/CHANGELOG.md +++ b/services/compliance/CHANGELOG.md @@ -2,6 +2,10 @@ As this project is pre 1.0, breaking changes may happen for minor version bumps. A breaking change will get clearly notified in this log. +## Unreleased + +* Dropped support for Go 1.12. + ## 0.0.33 * Add `ReadTimeout` to HTTP server configuration to fix potential DoS vector. diff --git a/services/federation/CHANGELOG.md b/services/federation/CHANGELOG.md index b3f661fd76..06e6654edb 100644 --- a/services/federation/CHANGELOG.md +++ b/services/federation/CHANGELOG.md @@ -6,6 +6,10 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). As this project is pre 1.0, breaking changes may happen for minor version bumps. A breaking change will get clearly notified in this log. +## Unreleased + +* Dropped support for Go 1.12. + ## [v0.3.0] - 2019-11-20 ### Changed diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index c4d150c15b..17c453d409 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -7,6 +7,7 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). * Fix `horizon db reap` bug which caused the command to exit without deleting any history table rows. * The horizon reap system now also deletes rows from `history_trades`. Previously, the reap system only deleted rows from `history_operation_participants`, `history_operations`, `history_transaction_participants`, `history_transactions`, `history_ledgers`, and `history_effects`. +* Dropped support for Go 1.12. ## 1.0.0 diff --git a/services/keystore/CHANGELOG.md b/services/keystore/CHANGELOG.md index ad6d17d7e3..b68ee1d061 100644 --- a/services/keystore/CHANGELOG.md +++ b/services/keystore/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +- Dropped support for Go 1.12. + ## [v1.2.0] - 2019-11-20 - Add `ReadTimeout` to Keystore HTTP server configuration to fix potential DoS vector. diff --git a/services/ticker/CHANGELOG.md b/services/ticker/CHANGELOG.md index b80902ec1d..cca7b1f190 100644 --- a/services/ticker/CHANGELOG.md +++ b/services/ticker/CHANGELOG.md @@ -1,3 +1,8 @@ +## Unreleased + +* Dropped support for Go 1.12. + + ## [v1.2.0] - 2019-11-20 - Add `ReadTimeout` to Ticker HTTP server configuration to fix potential DoS vector. - Added nested `"issuer_detail"` field to `/assets.json`. diff --git a/tools/stellar-archivist/CHANGELOG.md b/tools/stellar-archivist/CHANGELOG.md index 41af1391d5..6df05e2539 100644 --- a/tools/stellar-archivist/CHANGELOG.md +++ b/tools/stellar-archivist/CHANGELOG.md @@ -9,7 +9,7 @@ bumps. A breaking change will get clearly notified in this log. ## ??? * Fix race condition in `mirror` command -* Dropped support for Go 1.10, 1.11. +* Dropped support for Go 1.10, 1.11, 1.12. * Add `log` command * Add `--recent` flag for `mirror` command diff --git a/tools/stellar-hd-wallet/CHANGELOG.md b/tools/stellar-hd-wallet/CHANGELOG.md index 3b7602405b..df99057dc5 100644 --- a/tools/stellar-hd-wallet/CHANGELOG.md +++ b/tools/stellar-hd-wallet/CHANGELOG.md @@ -8,7 +8,7 @@ bumps. A breaking change will get clearly notified in this log. ## Unreleased -- Dropped support for Go 1.10, 1.11. +- Dropped support for Go 1.10, 1.11, 1.12. ## [v0.0.1] - 2017-12-28 diff --git a/tools/stellar-sign/CHANGELOG.md b/tools/stellar-sign/CHANGELOG.md index d26030d8fe..c02aa15c29 100644 --- a/tools/stellar-sign/CHANGELOG.md +++ b/tools/stellar-sign/CHANGELOG.md @@ -8,7 +8,7 @@ bumps. A breaking change will get clearly notified in this log. ## Unreleased -- Dropped support for Go 1.10, 1.11. +- Dropped support for Go 1.10, 1.11, 1.12. ## [v0.2.0] - 2016-08-19 diff --git a/tools/stellar-vanity-gen/CHANGELOG.md b/tools/stellar-vanity-gen/CHANGELOG.md index 3c233aede7..9df1ad88a4 100644 --- a/tools/stellar-vanity-gen/CHANGELOG.md +++ b/tools/stellar-vanity-gen/CHANGELOG.md @@ -8,7 +8,7 @@ bumps. A breaking change will get clearly notified in this log. ## Unreleased -- Dropped support for Go 1.10, 1.11. +- Dropped support for Go 1.10, 1.11, 1.12. ## [v0.1.0] - 2016-08-17 diff --git a/txnbuild/CHANGELOG.md b/txnbuild/CHANGELOG.md index e614dca33d..00b272e2d5 100644 --- a/txnbuild/CHANGELOG.md +++ b/txnbuild/CHANGELOG.md @@ -5,6 +5,8 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +* Dropped support for Go 1.12. + ## [v1.5.0](https://github.com/stellar/go/releases/tag/horizonclient-v1.5.0) - 2019-10-09 * Dropped support for Go 1.10, 1.11.