Skip to content

Commit bea30cb

Browse files
committed
bump 1.3.1
1 parent a167163 commit bea30cb

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.3.1] - 2021-10-26
8+
### Changes
9+
- replace travis with github actions [#7](https://github.com/didww/didww-v3-ruby/pull/7) [#9](https://github.com/didww/didww-v3-ruby/pull/9)
10+
- use rubocop 1.9.X version [#7](https://github.com/didww/didww-v3-ruby/pull/7)
11+
- add bundle-audit [#7](https://github.com/didww/didww-v3-ruby/pull/7)
12+
13+
### Bugfixes
14+
- fix order purchase when activesupport 6.X.X is used.
15+
- fix BigDecimal 2 support for ruby 2.7+.
16+
17+
## [1.3.0] - 2018-09-03
18+
### Changes
19+
- Add Capacity Pool and Shared Capacity Group resources
20+
- Add Capacity Pool and Shared Capacity Group relationships to DID
21+
- Add Quantity based pricings and Capacity type Order Item
22+
23+
## [1.2.0] - 2018-04-25
24+
### Changes
25+
- add number selection feature
26+
27+
## [1.1.0] - 2018-03-05
28+
### Changes
29+
- add Pop resource
30+
- Remove old trunk.preferred_server property
31+
- Add max_transfers and max_30x_redirects to sip_configurations
32+
- Added custom user-agent header
33+
34+
## [1.0.0] - 2017-12-05
35+
- initial release

lib/didww/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module DIDWW
2-
VERSION = '1.3.0'.freeze
2+
VERSION = '1.3.1'.freeze
33
end

0 commit comments

Comments
 (0)