Skip to content

Commit

Permalink
Version 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Aug 24, 2023
1 parent 6622b27 commit bc0c76d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ gem 'wdm', '~> 0.1.0', install_if: Gem.win_platform?
# kramdown v2 ships without the gfm parser by default. If you're using
# kramdown v1, comment out this line.
gem 'kramdown-parser-gfm'

gem "webrick", "~> 1.8"
3 changes: 2 additions & 1 deletion docs/additional_info/changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## Unreleased
## 8.0.1 (24-Aug-2023)

* Code updates and improvements
* Add `content-type` header in certain cases

## 8.0.0 (21-Jul-2023)

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

module RubyLokaliseApi
VERSION = '8.0.0'
VERSION = '8.0.1'
end

0 comments on commit bc0c76d

Please sign in to comment.