### Steps
- Added
- GetConnectorInformation
### Sequence Configuration Language
- It's now possible to interpolate strings using the `$` prefix
```scala
- <First> = "John"
- <Last> = "Jones"
- <Name> = $"{<First>} {<Last>}"
```
- `EntityGetValue` can now retrieve nested entities
For more details see the changelog: https://gitlab.com/reductech/edr/core/-/blob/v0.6.0/CHANGELOG.md