Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
* Added
  - a changelog
  - get operation for orders
  - create_customer method

* Changed
  - create orders without a contract_id
  - changes sandbox url from sandbox.pactas.com to sandbox.billwerk.com
  • Loading branch information
sfroehler committed Feb 4, 2016
1 parent 9899527 commit 538af8b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## [UNRELEASED]
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.2.0] - 2016-02-04
### Added
- a changelog
- get operation for orders
- create_customer method
Expand Down
2 changes: 1 addition & 1 deletion lib/pactas_itero/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PactasItero
VERSION = '0.1.0'
VERSION = "0.2.0".freeze
end
2 changes: 1 addition & 1 deletion pactas_itero.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.name = 'pactas_itero'
spec.version = PactasItero::VERSION
spec.authors = ['Simon Fröhler']
spec.email = 'simon@webionate.de'
spec.email = "simon@shipcloud.io"
spec.summary = %q{pactas_itero provides a client mapping for accessing
the Pactas Itero API.}
spec.description = %q{pactas_itero provides a client mapping for accessing
Expand Down

0 comments on commit 538af8b

Please sign in to comment.