From adac25c992b3a2abbd98bb2e2eeb826e24602944 Mon Sep 17 00:00:00 2001 From: Andrew Bromwich Date: Sat, 5 Jan 2019 16:04:17 +1000 Subject: [PATCH] Bump version to 0.1.17 --- CHANGELOG.md | 4 ++++ LICENSE | 2 +- lib/rocket_chat/gem_version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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