-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Point users to GH Releases instead of this changelog file
- Loading branch information
1 parent
8b17cb9
commit 6381663
Showing
1 changed file
with
2 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,4 @@ | ||
# Change log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog][chg] and this project adheres to | ||
[Haskell's Package Versioning Policy][pvp] | ||
|
||
## [1.3.0] - 2016-12-20 | ||
|
||
### Added | ||
|
||
- Add CSRF crumb generation support | ||
|
||
## [1.2.0] - 2016-12-7 | ||
|
||
### Added | ||
|
||
- Make username and password optional | ||
- Added by [Brian Jaress] | ||
|
||
## [1.1.0] - 2016-11-16 | ||
|
||
### Added | ||
|
||
- Adds support for downloading and updating the XML configuration for Jenkins jobs | ||
|
||
## [1.0.0] - 2016-11-11 | ||
|
||
### Added | ||
|
||
- Automated Travis builds and releases | ||
|
||
### Updated | ||
|
||
- Documentation cleanup | ||
|
||
## [0.10.0] - 2016-11-06 | ||
|
||
### Added | ||
|
||
- Opt-in caching of user credentials in the OSX Keychain | ||
|
||
## [0.9.1] - 2016-11-02 | ||
|
||
### Updated | ||
|
||
- Attempt to resolve over HTTPS if no protocol is supplied ot Bartlett | ||
|
||
## [0.9.0] - 2016-10-31 | ||
|
||
### Added | ||
|
||
- Query multiple jobs at once | ||
- Added by [Brian Jares] | ||
|
||
[chg]: http://keepachangelog.com | ||
[pvp]: http://pvp.haskell.org | ||
[0.9.0]: https://github.com/Nike-Inc/bartlett/tree/v0.9.0 | ||
[0.9.1]: https://github.com/Nike-Inc/bartlett/tree/v0.9.1 | ||
[0.10.0]: https://github.com/Nike-Inc/bartlett/tree/v0.10.0 | ||
[1.0.0]: https://github.com/Nike-Inc/bartlett/tree/v1.0.0 | ||
[1.1.0]: https://github.com/Nike-Inc/bartlett/tree/v1.1.0 | ||
[1.2.0]: https://github.com/Nike-Inc/bartlett/tree/v1.2.0 | ||
[1.3.0]: https://github.com/Nike-Inc/bartlett/tree/v1.3.0 | ||
[Fernando Freire]: https://github.com/dogonthehorizon | ||
[Brian Jaress]: https://github.com/bjaress | ||
See the [releases page](https://github.com/Nike-Inc/bartlett/releases) for the | ||
most up to date changelog information. |