Skip to content

Commit

Permalink
Bump v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Jan 5, 2018
1 parent e91be56 commit 1fcc5e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.1] [2018-01-05]

### Added
- update dependency from [tram-policy] to v.0.3.1 (nepalez)

In this version `validate` fixed so that it allows returning from block definition

## [3.0.0] [2018-01-05]

### [BREAKING] Changed
Expand All @@ -18,7 +25,7 @@ to [Semantic Versioning].

### Changed

- Dependency from [tram-policy] was updated to v2.3+ (nepalez)
- Dependency from [tram-policy] was updated to v0.2.3+ (nepalez)

## [2.1.0] [2018-01-04]

Expand Down
4 changes: 2 additions & 2 deletions evil-client.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "evil-client"
gem.version = "3.0.0"
gem.version = "3.0.1"
gem.author = ["Andrew Kozin (nepalez)", "Ravil Bairamgalin (brainopia)"]
gem.email = ["[email protected]", "[email protected]"]
gem.homepage = "https://github.com/evilmartians/evil-client"
Expand All @@ -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.0"
gem.add_runtime_dependency "tram-policy", "~> 0.3.1"

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

0 comments on commit 1fcc5e5

Please sign in to comment.