diff --git a/CHANGELOG b/CHANGELOG index a03c49e..05d0a90 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ = Ruby Holidays Gem CHANGELOG +== 1.0.3 +* Add Austrian holiday definitions (thanks to Vogel Siegfried) + == 1.0.2 * Add `orthodox_easter` method and Greek holiday definitions (thanks https://github.com/ddimitriadis) diff --git a/LICENSE b/LICENSE index c5834ab..da50480 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ==== Ruby Holidays Gem License -Copyright (c) 2007-08 Alex Dunae +Copyright (c) 2007-11 Alex Dunae 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/lib/holidays.rb b/lib/holidays.rb index 54f450a..74a5252 100644 --- a/lib/holidays.rb +++ b/lib/holidays.rb @@ -43,7 +43,7 @@ module Holidays # Exception thrown when an unknown region is requested. class UnknownRegionError < ArgumentError; end - VERSION = '1.0.2' + VERSION = '1.0.3' @@regions = [] @@holidays_by_month = {}