Skip to content

Commit f015b0b

Browse files
committed
Bump version and update the changelog
1 parent 9ebe3a1 commit f015b0b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Ascii85 Changelog
22

3+
## [2.0.1] - Unreleased
4+
5+
### Fixed
6+
7+
- Decoding binary data could lead to Encoding errors (Issue #8)
8+
39
## [2.0.0] - 2024-08-20
410

511
### BREAKING CHANGES

lib/Ascii85/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Ascii85
4-
VERSION = '2.0.0'
4+
VERSION = '2.0.1'
55
end

0 commit comments

Comments
 (0)