Skip to content

Commit

Permalink
Quickfix version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Klobucar Ledinscak committed Feb 19, 2021
1 parent f5964d0 commit c16563a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 1.0.5 - 2021-02-19

Quickfix

* Add missing calls to `parent::__construct` in elements

## 1.0.4 - 2021-02-19

* Perform check in `EquipCharacterProcessor` to make sure slots aren't empty.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"destiny"
],
"license" : "MIT",
"version": "1.0.4",
"version": "1.0.5",
"require" : {
"php" : "^7.2",
"psr/log" : "^1.1.0",
Expand Down

0 comments on commit c16563a

Please sign in to comment.