summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLuis Martinez2023-03-12 20:41:54 -0500
committerLuis Martinez2023-03-12 20:45:09 -0500
commit99a320b4d7806a235674f5f8b7b02fbb46958e54 (patch)
tree81e8584b2924d52eadc122832830ab8230ef4b0c /CHANGELOG.md
parent6455d2145f337a923f66995da16f830a195913d9 (diff)
downloadaur-99a320b4d7806a235674f5f8b7b02fbb46958e54.tar.gz
update to 0.13.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61be4fa31669..119cb7157875 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to Rover will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-<!-- # [x.x.x] (unreleased) - 2022-mm-dd
+<!-- # [x.x.x] (unreleased) - 2023-mm-dd
> Important: x potentially breaking changes below, indicated by **❗ BREAKING ❗**
@@ -16,6 +16,21 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## 📚 Documentation -->
+
+# [0.13.0] - 2023-03-10
+
+## 🚀 Features
+
+- **Dynamic templates - @dbanty, #1388**
+
+ Rover now fetches templates from a GraphQL API. New templates can be contributed to [the templates repo](https://github.com/apollographql/templates) and will not require a new release of Rover to be used. To see the latest templates, run `rover template list`.
+
+## 🐛 Fixes
+
+- **Fixes behavior of `--router-config` in `rover dev` - @EverlastingBugstopper, #1536 fixes #1535**
+
+ Older versions of Rover did not respect the `supergraph` section of the `--router-config` file. This has been fixed in v0.13.0.
+
# [0.12.2] - 2023-02-23
## 🚀 Features