From 7398a93ea681c633ae0a8f2add7c146481d579c2 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 4 May 2020 18:11:40 +0200 Subject: [PATCH] prepare release v1.1.0 --- History.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/History.md b/History.md index 9519ff7..34cefbb 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +# 1.1.0 / 2020-05-04 + + * Add Go modules support, update test environment + * Added GenerateWithContext (#2) (Thanks to [ItalyPaleAle](https://github.com/ItalyPaleAle)) + * Test: Keep travis awake by sending output + # 1.0.0 / 2018-10-08 * Initial version