Skip to content

Commit 6244a3e

Browse files
authored
Prepare v1.7.1 (#645)
1 parent e88d885 commit 6244a3e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
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

7-
## [Unreleased]
7+
## [1.7.1] - 2018-09-26
88
### Fixed
99
- Make `fxtest.New` ensure that the app was created successfully. Previously,
1010
it would return the app (similar to `fx.New`, which expects the user to verify
@@ -164,7 +164,7 @@ promising API compatibility between beta releases and the final 1.0.0 release.
164164
In fact, we expect our beta user feedback to require some changes to the way
165165
things work. Once we reach 1.0, we will provider proper version compatibility.
166166

167-
[Unreleased]: https://github.com/uber-go/fx/compare/v1.7.0...HEAD
167+
[1.7.1]: https://github.com/uber-go/fx/compare/v1.7.0...v1.7.1
168168
[1.7.0]: https://github.com/uber-go/fx/compare/v1.6.0...v1.7.0
169169
[1.6.0]: https://github.com/uber-go/fx/compare/v1.5.0...v1.6.0
170170
[1.5.0]: https://github.com/uber-go/fx/compare/v1.4.0...v1.5.0

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
package fx
2222

2323
// Version is exported for runtime compatibility checks.
24-
const Version = "1.8.0"
24+
const Version = "1.7.1"

0 commit comments

Comments
 (0)