Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
icanhazstring authored Mar 2, 2020
1 parent 5fa2b34 commit 6db1c11
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## [0.6.3] - 2020-03-02
## [0.6.4] - 2020-03-02
### Changed:
- Added a `JiraTicketNotFound` exception to better analyse deleted/or missing jira tickets. Which resultet in database or folder to be ignored instead of removed. [#22](https://github.com/icanhazstring/duck-pony/pull/22) (thanks to [@d-feller](https://github.com/d-feller))
- Added a `JiraTicketNotFound` exception to better analyse deleted/or missing jira tickets. Which resultet in database or folder to be ignored instead of removed. [#24](https://github.com/icanhazstring/duck-pony/pull/24) (thanks to [@d-feller](https://github.com/d-feller))

## [0.6.3] - 2020-02-20
### Changed:
- Wrapped `PDOConnection` to avoid instant connection which makes it impossible to use this tool on systems which don't have
pdo installed [#23](https://github.com/icanhazstring/duck-pony/pull/23) (thanks to [@mheist](https://github.com/mheist))

## [0.6.2] - 2020-02-17
### Changed:
Expand Down

0 comments on commit 6db1c11

Please sign in to comment.