diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b7f5723..c0d139f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -6,6 +6,10 @@ Quick links: ## Upcoming release +* New notes go here + +## 1.6.0 + * Fixed a bug where Polyglot would bail out if the specified output file didn't already exist. * Added support for protobuf's well-known-types, including proper handling of "Any". diff --git a/src/main/java/me/dinowernli/grpc/polyglot/Main.java b/src/main/java/me/dinowernli/grpc/polyglot/Main.java index fd1d7b2..b48e984 100644 --- a/src/main/java/me/dinowernli/grpc/polyglot/Main.java +++ b/src/main/java/me/dinowernli/grpc/polyglot/Main.java @@ -18,7 +18,7 @@ public class Main { private static final Logger logger = LoggerFactory.getLogger(Main.class); - private static final String VERSION = "1.6.0+dev"; + private static final String VERSION = "1.6.0"; public static void main(String[] args) { // Fix the logging setup.