From ffec3a8d177b7c93bab97f4893472d26e1b97d9f Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Fri, 5 Jan 2018 18:20:27 +0200 Subject: [PATCH] 0.9.6 --- CHANGELOG.md | 5 +++++ LICENSE | 2 +- README.md | 2 +- shard.yml | 2 +- src/crest/version.cr | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba5d7f1..b7c6b246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.9.6 + +* Proxy on redirects +* Logger in redirects + # 0.9.5 * Bug fixes and performance improvements diff --git a/LICENSE b/LICENSE index 9d8a0640..a60151ef 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Anton Maminov +Copyright (c) 2017-2018 Anton Maminov 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/README.md b/README.md index 0e1dc690..62e93995 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,6 @@ Then select the Workbook -> Requests from the menu. ## License -Copyright: 2017 Anton Maminov (anton.maminov@gmail.com) +Copyright: 2017-2018 Anton Maminov (anton.maminov@gmail.com) This library is distributed under the MIT license. Please see the LICENSE file. diff --git a/shard.yml b/shard.yml index 1579714a..d464e217 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: crest -version: 0.9.5 +version: 0.9.6 authors: - Anton Maminov diff --git a/src/crest/version.cr b/src/crest/version.cr index 62f5c6c5..24c6f675 100644 --- a/src/crest/version.cr +++ b/src/crest/version.cr @@ -1,3 +1,3 @@ module Crest - VERSION = "0.9.5" + VERSION = "0.9.6" end