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

Commit

Permalink
Added CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
breart committed Sep 8, 2017
1 parent e5c5cb0 commit c05c603
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

All notable changes to this project will be documented in this file.

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

## [1.1.0] - 2017-09-08

### Added
- Tests for Descriptor facade methods **fluent**, **withModules**, **withoutModules**, **setScopes**, **base**
- Support of `oauthClientId`
- CHANGELOG
- Environment variable `PLUGIN_AUTH_TYPE`

### Fixed
- Typos and code style issues

## [1.0.2] - 2017-09-06

### Added
- Descriptor facade methods fluent, withModules, withoutModules, setScopes, base
- Example of customizing the Descriptor contents to the README
- TODO section to the README

## [1.0.1] - 2017-09-04

### Fixed
- Package keywords at composer.json

[Unreleased]: https://github.com/brezzhnev/atlassian-connect-core/compare/v1.0.0...HEAD
[1.1.0]: https://github.com/brezzhnev/atlassian-connect-core/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/brezzhnev/atlassian-connect-core/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/brezzhnev/atlassian-connect-core/compare/v1.0.0...v1.0.1

0 comments on commit c05c603

Please sign in to comment.