Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
t73fde committed Nov 8, 2019
1 parent 2087025 commit 6f86fbd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2019-11-08
### Changed
* If user name starts with a 'q' and the user name is not equal to the
password, authentication fails.

This is to test changing authentication, e.g. for software that does only
allow a certain number of failed authentications within a certain time
period.

## [1.0.0] - 2019-08-29
### Added
* Simple authentication, based solely on the user name.

0 comments on commit 6f86fbd

Please sign in to comment.