Skip to content

Commit e6ecbbb

Browse files
author
Robert Ramsay
committed
Bump minor version for new release. Update release notes. Add development artifacts to .gitignore.
1 parent c65a259 commit e6ecbbb

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55

66
# Other
77
.DS_Store
8+
.dockerignore
9+
.bundle
10+
Dockerfile
11+
Gemfile
12+
Gemfile.lock
813

RELEASE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.2.1
2+
- Prepare to publish to gem
3+
4+
2.2.0
5+
- Added support for phoneid addons and json content-type
6+
17
2.1.2
28
- Added completion endpoint to VerifyClient
39

telesignenterprise.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'telesignenterprise'
3-
s.version = '2.2.0'
3+
s.version = '2.2.1'
44
s.add_runtime_dependency 'telesign', '~> 2.2.3'
55
s.licenses = ['MIT']
66
s.date = '2017-05-02'

0 commit comments

Comments
 (0)