Releasing version 1.0.1

This commit is contained in:
LaunchDarklyCI
2020-06-11 18:56:13 +00:00
parent 057c1408b0
commit 5c0509ce5a

View File

@@ -2,5 +2,13 @@
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.
- Added CircleCI build.
### Fixed:
- Fixed a broken unit test.
## [1.0.0] - 2019-05-31
Initial release of this fork. The only change from the upstream code is https://github.com/launchdarkly/go-ntlmssp/pull/1.