diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d88ce58bfa01c505b26ea5d7111b90cb73f0f63..9411f8edfae4d4a1e13880e7fedf73c6b9e4f3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 1.0.5 +## 2.0.0 -* Added FramePath class for handling the pathing portion of frames. +* Refactored handling of Frames completely, no longer backwards compatible +* Added Path, Entity, and Hop class for handling the pathing portion of frames. +* Moved unit tests over to RSpec +* Added testing with significant coverage +* Fixed IGate so it wont get stuck in an infinite loop when receiving data faster than it can process ## 1.0.4 diff --git a/lib/apex/app_info.rb b/lib/apex/app_info.rb index 64a2a9811b5603472946d6742790fe55df3e8875..9e3e8c91772a3462c10a0f9811aeaf91ed4883c1 100644 --- a/lib/apex/app_info.rb +++ b/lib/apex/app_info.rb @@ -1,3 +1,3 @@ module Apex - VERSION = "1.0.5" + VERSION = "2.0.0" end