From 5ec8b2e98a79af2b2a7e5dbf3ff2083807e6e6d8 Mon Sep 17 00:00:00 2001 From: aquasync Date: Thu, 18 Aug 2011 21:51:38 -0400 Subject: [PATCH] Bump version and update ChangeLog. --- ChangeLog | 6 ++++++ lib/mapi.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fb50212..2226624 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +== 1.5.0 / 2011-05-18 + +- Fixes for ruby 1.9. +- Move Mime into the Mapi module namespace (crowbot). +- Use ascii regex flag to avoid unicode probs (crowbot). + == 1.4.0 / 2008-10-12 - Initial simple msg test case. diff --git a/lib/mapi.rb b/lib/mapi.rb index b9d3413..b0e7c28 100644 --- a/lib/mapi.rb +++ b/lib/mapi.rb @@ -2,7 +2,7 @@ require 'mapi/property_set' module Mapi - VERSION = '1.4.0' + VERSION = '1.5.0' # # Mapi::Item is the base class used for all mapi objects, and is purely a