From 40b21c851f3b322193aa391007f68a46f4357157 Mon Sep 17 00:00:00 2001 From: Michel Martens Date: Tue, 19 Aug 2014 19:03:25 +0200 Subject: [PATCH] Release --- CHANGELOG | 4 ++++ cuba.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 3bdc98ce..60baa03b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +3.3.0 + +* Restrict when to add the default content type. + 3.2.0 * Return 404 when status is not explicitly set and body is empty. diff --git a/cuba.gemspec b/cuba.gemspec index a29dfc48..c3c49452 100644 --- a/cuba.gemspec +++ b/cuba.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "cuba" - s.version = "3.2.0" + s.version = "3.3.0" s.summary = "Microframework for web applications." s.description = "Cuba is a microframework for web applications." s.authors = ["Michel Martens"]