From 89583a609c412cfbd24e99639f2318c7bce64999 Mon Sep 17 00:00:00 2001 From: LaunchDarklyCI Date: Thu, 11 Jun 2020 19:09:53 +0000 Subject: [PATCH] Releasing version 1.0.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9add7b1..f174e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,9 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [1.0.1] - 2020-06-11 +### Added: +- Added `go.mod` file so this package can now be consumed as a module. Since the major version is still `1` and it does not have any module-only dependencies, it can still be used by non-module projects as well. + ## [1.0.0] - 2019-07-16 Initial release of this fork. The only change from the upstream code is that its dependency on `github.com/Azure/go-ntlmssp` has been replaced with `github.com/launchdarkly/go-ntlmssp`(https://github.com/launchdarkly/go-ntlmssp).