From 125399a7b853aa8d54dfccbe042ffb918a1bc675 Mon Sep 17 00:00:00 2001 From: bodrovis Date: Fri, 9 Feb 2024 15:13:04 +0200 Subject: [PATCH] Version 5.1.0 --- CHANGELOG.md | 4 ++++ LICENSE | 2 +- lib/lokalise_manager/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67af539..8158264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.1.0 (09-Feb-2024) + +* Handle rare case when the server returns HTML instead of JSON which happens when too many requests are sent + ## 5.0.0 (09-Nov-2023) * **Breaking change**: require Ruby 3+. Version 2.7 has reached end-of-life and thus we are not planning to support it anymore. If you need support for Ruby 2.7, please stay on 4.0.0. diff --git a/LICENSE b/LICENSE index 9534806..ed70961 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Ilya Krukowski +Copyright (c) 2024 Ilya Krukowski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/lib/lokalise_manager/version.rb b/lib/lokalise_manager/version.rb index 5031828..6d4b4c4 100644 --- a/lib/lokalise_manager/version.rb +++ b/lib/lokalise_manager/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module LokaliseManager - VERSION = '5.0.0' + VERSION = '5.1.0' end