diff --git a/CHANGELOG.md b/CHANGELOG.md index 1929fc6..1677036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ## Unreleased - None +## [0.1.17](releases/tag/v0.1.17) - 2019-01-05 +### Deprecation +- Drop Ruby 2.1 from build matrix + ## [0.1.16](releases/tag/v0.1.16) - 2018-10-3 ### Deprecation - Drop Ruby 2.0 from build matrix diff --git a/LICENSE b/LICENSE index 9b3b388..711f4d1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License Copyright (c) 2016 int512 -Copyright (c) 2017 Andrew Bromwich +Copyright (c) 2019 Andrew Bromwich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/rocket_chat/gem_version.rb b/lib/rocket_chat/gem_version.rb index 6fc9a46..822a415 100644 --- a/lib/rocket_chat/gem_version.rb +++ b/lib/rocket_chat/gem_version.rb @@ -1,3 +1,3 @@ module RocketChat - VERSION = '0.1.16'.freeze + VERSION = '0.1.17'.freeze end