Skip to content

Commit

Permalink
Version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Jul 21, 2023
1 parent 19b8fcb commit 1d53c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 4.0.0
## 4.0.0 (27-Jul-2023)

* **Use ruby-lokalise-api version 8**. It should not introduce any breaking changes (as main methods have similar signatures) but you should be aware that v8 is a complete rewrite of the original SDK so please make sure your tests pass.
* Replace VCR with WebMock in tests
Expand Down
2 changes: 1 addition & 1 deletion lokalise_manager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.extra_rdoc_files = ['README.md']
spec.require_paths = ['lib']

spec.add_dependency 'ruby-lokalise-api', '8.0.0.rc1'
spec.add_dependency 'ruby-lokalise-api', '~> 8.0'
spec.add_dependency 'rubyzip', '~> 2.3'
spec.add_dependency 'zeitwerk', '~> 2.4'

Expand Down

0 comments on commit 1d53c71

Please sign in to comment.