Skip to content

Commit

Permalink
Version 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hidakatsuya committed Jan 6, 2024
1 parent d019ac5 commit cff7209
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## main (Unreleased)

## 0.14.2

Changes:

* Add base64 and bigdecimal to the gemspec #133
* Remove matrix gem version constraint

## 0.14.1

Expand Down
2 changes: 1 addition & 1 deletion lib/thinreports/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Thinreports
VERSION = '0.14.1'
VERSION = '0.14.2'
end

0 comments on commit cff7209

Please sign in to comment.