Skip to content

Commit 86e6242

Browse files
committed
v1.6.0
1 parent 80f98f5 commit 86e6242

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.6.0] - 2020-04-07
810
### Fixed
911
- lookups are now resolved when using the `runway envvars` command
1012
- Terraform list parameters from runway.yml will now properly formatted
@@ -770,7 +772,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
770772
### Changed
771773
- Fix changed CFN parameters not being displayed during `runway plan`.
772774

773-
[Unreleased]: https://github.com/onicagroup/runway/compare/v1.5.2...HEAD
775+
[Unreleased]: https://github.com/onicagroup/runway/compare/v1.6.0...HEAD
776+
[1.6.0]: https://github.com/onicagroup/runway/compare/v1.5.2...v1.6.0
774777
[1.5.2]: https://github.com/onicagroup/runway/compare/v1.5.1...v1.5.2
775778
[1.5.1]: https://github.com/onicagroup/runway/compare/v1.5.0...v1.5.1
776779
[1.5.0]: https://github.com/onicagroup/runway/compare/v1.4.4...v1.5.0

runway/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
sys.modules['stacker'] = cfngin # shim to remove stacker dependency
77
sys.modules['stacker.variables'] = variables # shim to support standard variables
88

9-
__version__ = '1.5.2'
9+
__version__ = '1.6.0'

0 commit comments

Comments
 (0)