Skip to content

Commit

Permalink
Add to changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan committed Mar 1, 2021
1 parent 5bc3693 commit 3d30199
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Change Log

### 1.1.2 - Mar 1, 2021
Fixed calculation of tar's uncompressed size opened via `TarByPear` driver.
Fixed working with *tar.xz* archives.

### 1.1.1 - Feb 13, 2021
Cleaned package.

### 1.1.0 - Feb 13, 2021
**New features**:
- Added ability to open archives encrypted with password - added `$password` argument to `UnifiedArchive::open($fileName, $password = null)`. Works only with: zip, rar, 7z.
Expand Down
2 changes: 1 addition & 1 deletion src/UnifiedArchive.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
class UnifiedArchive
{
const VERSION = '1.1.0';
const VERSION = '1.1.2';

/** @var string Type of current archive */
protected $format;
Expand Down

0 comments on commit 3d30199

Please sign in to comment.