From 0b5cee3088eef7f280685eff5368dd9bdfac2332 Mon Sep 17 00:00:00 2001 From: Patrick Tulskie Date: Sun, 29 Jan 2023 16:00:27 -0500 Subject: [PATCH] Version 0.2.0 --- CHANGELOG.md | 6 ++++-- lib/concuss/version.rb | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2172c..5731e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ -## [Unreleased] +## [0.2.0] - 2023-01-29 + +* Add support for custom user agents. If none provided, used a default user agent that identifies itself as Concuss/VERSION ## [0.1.0] - 2023-01-18 -- Initial release +* Initial release diff --git a/lib/concuss/version.rb b/lib/concuss/version.rb index 13f50dd..efb2179 100644 --- a/lib/concuss/version.rb +++ b/lib/concuss/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Concuss - VERSION = "0.1.0" + VERSION = "0.2.0" end