Skip to content

Commit

Permalink
Add support for tram-policy v2+
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Jul 9, 2019
1 parent e0e0813 commit 0156ea7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.4] [2019-07-10]

### Added
- Support of `tram-policy` v2+ (nepalez)

## [3.0.3] [2019-05-06]

### Added
Expand Down Expand Up @@ -483,3 +488,5 @@ formats will be added.
[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
[3.0.3]: https://github.com/evilmartians/evil-client/compare/v3.0.2...v3.0.3
[3.0.4]: https://github.com/evilmartians/evil-client/compare/v3.0.3...v3.0.4
2 changes: 1 addition & 1 deletion evil-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "dry-initializer", ">= 2.1", "< 4"
gem.add_runtime_dependency "mime-types", "~> 3.1"
gem.add_runtime_dependency "rack", "~> 2"
gem.add_runtime_dependency "tram-policy", ">= 0.3.1", "< 2"
gem.add_runtime_dependency "tram-policy", ">= 0.3.1", "< 3"

gem.add_development_dependency "rake", ">= 10"
gem.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit 0156ea7

Please sign in to comment.