From 24f793376c2aa7f53f15933f56d583480cf0b0f0 Mon Sep 17 00:00:00 2001 From: bodrovis Date: Tue, 3 Jan 2023 20:37:43 +0200 Subject: [PATCH] Version 7.1.1 --- LICENSE | 2 +- docs/additional_info/changelog.md | 5 +++++ lib/ruby_lokalise_api/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 67a2e00..6a2b166 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3 Clause -Copyright 2021 Lokalise Group, Ilya Krukowski +Copyright 2023 Lokalise Group, Ilya Krukowski Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/docs/additional_info/changelog.md b/docs/additional_info/changelog.md index fd87a14..ce9eec3 100644 --- a/docs/additional_info/changelog.md +++ b/docs/additional_info/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 7.1.1 (03-Jan-2022) + +* Update dependencies and tests +* Update test matrix + ## 7.1.0 (30-Nov-2022) * Added support for the [`Jwt` endpoint](https://developers.lokalise.com/reference/get-ota-jwt). You can now request JWT easily (please note that these tokens are used only to work with OTA): diff --git a/lib/ruby_lokalise_api/version.rb b/lib/ruby_lokalise_api/version.rb index 7c04415..a24b72f 100644 --- a/lib/ruby_lokalise_api/version.rb +++ b/lib/ruby_lokalise_api/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RubyLokaliseApi - VERSION = '7.1.0' + VERSION = '7.1.1' end