Skip to content

Commit

Permalink
Updated CHANGELOG.md and also updated the gem version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaffan committed Jun 17, 2016
1 parent 327c6fe commit e15bd14
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 33 deletions.
82 changes: 50 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
# Changelog

## 0.0.3

**Added:**
- Minitest Unit Tests - All Services
- Mock Classes - All Services
- Documentation - All Services
- Compute Service - Availability Set
- Compute Service - Server
- Network Service - Traffic Manager
- Network Service - Load Balancer
- Compute Service: Support for Attach Data Disk & Detach Data Disk in Server
- Compute Service: Support for Windows VM in create Server
- Network Service - Application Gateway
- Network Service - Network Security Group
- Network Service - Network Interface
- Network Service - Virtual Network
- Network Service - Subnet
- Network Service - Public IP
- Storage Service - Storage Account
- Resource Service - Resource Manager
- DNS Service - Record Set
- DNS Service - Zone
- Compute Service- check_vm_status method in Server as per: https://github.com/fog/fog-azure-rm/issues/38
- Badges in Readme.md file

**Fixed:**
- Code Climate Issues
- Rubocop Offences
- Compute service - Bug in Sever model as per: https://github.com/fog/fog-azure-rm/issues/36
- Network Service - Bug in Network Interface as per: https://github.com/fog/fog-azure-rm/issues/65

**Removed:**
- Shindo Unit Tests

**Integrated:**
- Code Climate
Expand All @@ -28,19 +23,42 @@
- Gemnasium
- Waffle


## 0.0.2

**Added:**
- Network Service - Network Security Group
- Network Service - Load Balancer
- Network Service - Traffic Manager
- Minitest Unit Tests - DNS Requests
- Response Parser: Compute, Network, DNS, Storage
- Mock class implementation in all services

**Changed:**
- Response related changes in all services
- Network Service - Subnet attributes names
- Code standardization in all services


## 0.0.1

**Fixed:**
- Code Climate Issues
- Rubocop Offences
- Network Service - Network Interface Card


## 0.0.0

<!---
All tasks will be categorized into following sub-headings:
**Added:**
**Integrated:**
**Fixed:**
**Changed:**
**Removed:**
Will release this changelog with next version i.e. 0.0.3.
We should also tag the gem on github on each version update.
Will remove this comment before the next release.
--->
**Added:**
- Shindo Unit Tests - All
- Minitest Unit Tests - Compute, Storage, Network, Resources, DNS Models
- Documentation - All Services
- Compute Service - Server
- Compute Service - Availability Set
- Network Service - Network Interface
- Network Service - Subnet
- Network Service - Virtual Network
- Network Service - Public IP
- Storage Service - Storage Account
- Resource Service - Resource Manager
- DNS Service - Record Set
- DNS Service - Zone
2 changes: 1 addition & 1 deletion lib/fog/azurerm/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fog
module AzureRM
VERSION = '0.0.2'.freeze
VERSION = '0.0.3'.freeze
end
end

0 comments on commit e15bd14

Please sign in to comment.