From 9b31972e6bba8a9665a02cad050d0807a8b9c133 Mon Sep 17 00:00:00 2001
From: Robin Krahl <me@robin-krahl.de>
Date: Mon, 6 Oct 2014 18:31:21 +0200
Subject: Prepare v0.2.3.

---
 CHANGELOG.md                   | 10 ++++++++++
 mediawiki.lrdevplugin/Info.lua |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2bb92c6..b12c153 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
 # LrMediaWiki changelog
 
+## v0.2.3: Bugfix (2014-10-06)
+
+This release fixes a bug that caused all uploads to fail under certain
+circumstances and adds image sizing and sharpening options to the export
+dialog.
+
+### Fixed issues
+ - #22: Add image sizing and sharpening option to export dialog (enhancement)
+ - #23: [string "MediaWikiApi.lua"]:68: table index is nil (bug)
+
 ## v0.2.2: Bundestag (2014-09-08)
 
 This releases brings a few minor changes needed for uploads for the German
diff --git a/mediawiki.lrdevplugin/Info.lua b/mediawiki.lrdevplugin/Info.lua
index 96f0bcc..352cad2 100755
--- a/mediawiki.lrdevplugin/Info.lua
+++ b/mediawiki.lrdevplugin/Info.lua
@@ -24,6 +24,6 @@ return {
 	VERSION = {
 		major = 0,
 		minor = 2,
-		revision = 2,
+		revision = 3,
 	},
-}
\ No newline at end of file
+}
-- 
cgit v1.2.3