Skip to content

Commit

Permalink
release: v0.16.1 (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper authored Jun 27, 2023
1 parent ccb2169 commit f97dafa
Show file tree
Hide file tree
Showing 13 changed files with 167 additions and 152 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## 📚 Documentation -->

# [0.16.0] - 2023-07-15
# [0.16.1] - 2023-06-27

## 🐛 Fixes

- **Fixes breaking change in parsing of `federation_version` value in `supergraph.yaml` - @dbanty, #1652 fixes #1647**

In the v0.16.0 release, Rover added support for environment variable expansion in the entire `supergraph.yaml` file. Unfortunately, this change broke parsing of `federation_version` in the case that an integer and not a string was passed. This breaking change has been fixed and regression tests have been added to the codebase to ensure this doesn't break again in the future.

# [0.16.0] - 2023-06-15

> Important: 1 potentially breaking change below, indicated by **❗ BREAKING ❗**
Expand Down
Loading

0 comments on commit f97dafa

Please sign in to comment.