diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa45ed..5e68a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## [3.0.2] [2018-03-01] + +### Changed +- Allow to use 0.4.x and 1.x versions of [tram-policy] with ability for + lazy translation of error messages (@Envek) + ## [3.0.1] [2018-01-05] ### Added @@ -465,4 +471,6 @@ formats will be added. [2.0.0]: https://github.com/evilmartians/evil-client/compare/v1.1.0...v2.0.0 [2.1.0]: https://github.com/evilmartians/evil-client/compare/v2.0.0...v2.1.0 [2.1.1]: https://github.com/evilmartians/evil-client/compare/v2.1.0...v2.1.1 -[3.0.0]: https://github.com/evilmartians/evil-client/compare/v2.1.1...v3.0.0 \ No newline at end of file +[3.0.0]: https://github.com/evilmartians/evil-client/compare/v2.1.1...v3.0.0 +[3.0.1]: https://github.com/evilmartians/evil-client/compare/v3.0.0...v3.0.1 +[3.0.2]: https://github.com/evilmartians/evil-client/compare/v3.0.1...v3.0.2 diff --git a/evil-client.gemspec b/evil-client.gemspec index 92f6371..89d6ab5 100644 --- a/evil-client.gemspec +++ b/evil-client.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |gem| gem.name = "evil-client" - gem.version = "3.0.1" + gem.version = "3.0.2" gem.author = ["Andrew Kozin (nepalez)", "Ravil Bairamgalin (brainopia)"] gem.email = ["andrew.kozin@gmail.com", "nepalez@evilmartians.com"] gem.homepage = "https://github.com/evilmartians/evil-client" @@ -16,7 +16,7 @@ Gem::Specification.new do |gem| gem.add_runtime_dependency "dry-initializer", "~> 2.1" gem.add_runtime_dependency "mime-types", "~> 3.1" gem.add_runtime_dependency "rack", "~> 2" - gem.add_runtime_dependency "tram-policy", "~> 0.3.1" + gem.add_runtime_dependency "tram-policy", ">= 0.3.1", "< 2.0" gem.add_development_dependency "rake", ">= 10" gem.add_development_dependency "rspec", "~> 3.0"