Skip to content

Commit

Permalink
bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidewoode committed Jul 11, 2020
1 parent c587f76 commit 2a15845
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### 1.1.0

- new features
- add bit_depth attribute for PCM formats audio

- bug fixes
- fix can not parse lowercase field name on vorbis comment

- enhancements
- lazy load images attribute to reduce memory allocate
2 changes: 1 addition & 1 deletion lib/wahwah/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WahWah
VERSION = '1.0.0'
VERSION = '1.1.0'
end

0 comments on commit 2a15845

Please sign in to comment.