All Versions
4
Latest Version
Avg Release Cycle
76 days
Latest Release
2050 days ago

Changelog History

  • v0.3.0 Changes

    September 12, 2018

    ๐Ÿ”„ Changes

    • ๐Ÿ‘Œ Support Go 1.11
      • Support modules
      • Drop official support for Go 1.7, 1.8, and 1.9
    • Code cleanup
  • v0.2.1 Changes

    March 28, 2018

    ๐Ÿ”„ Changes

    • ๐Ÿ‘‰ Make sure password is actually changed when using Credential.ChangePassword*() methods
  • v0.2.0 Changes

    March 28, 2018

    ๐Ÿ”„ Changes

    Backwards Incompatible

    • โž• Addresses: #7
      • Existing code calling a Credential.Reset*() method should use the corresponding Credential.ChangePassword*() method
      • Credential.Reset*() methods should be used to reset a password, not change it.

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘ Officially support Go 1.10
  • v0.1.0 Changes

    January 28, 2018

    ๐Ÿš€ First tagged release!