Skip to content

Commit

Permalink
Updates changelog for v0.5.0 release (#68)
Browse files Browse the repository at this point in the history
* Updates changelog for v0.5.0 release

* removes versions from gemspec
  • Loading branch information
malachewhiz committed Jun 11, 2019
1 parent 53c8ee6 commit c9f0155
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@

### Security

## [0.5.0] - 2019-06-11
### Changed
- Updates gem dependencies to latest versions (#65):
- replaces rash with rash_alt
- removes specific faraday_middleware version dependency

## [0.4.0] - 2019-04-30
### Added
* download Invoices as PDF (#60)
Expand Down
4 changes: 2 additions & 2 deletions pactas_itero.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.0"

spec.add_dependency("faraday_middleware", "~> 0.13")
spec.add_dependency("rash_alt", "~> 0.4")
spec.add_dependency("faraday_middleware")
spec.add_dependency("rash_alt")

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
Expand Down

0 comments on commit c9f0155

Please sign in to comment.