Skip to content

Commit

Permalink
Use .gitattributes for clean up package dist and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Gnatyo committed Aug 18, 2017
1 parent 661ff55 commit eeacb44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Keep package clean:
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/tests export-ignore
/phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [0.2.0] - 2017-08-18
### Changed
- Renamed: JwtDecoderAdapterInterface -> JwtDecoderInterface

## [0.1.0] - 2017-08-18
### Added
- Filrebase decoder

0 comments on commit eeacb44

Please sign in to comment.