## 1.0.*

### 1.0.2
 * Bug fix - webhook callback was processing new packages that allowed it to update packages that don't match configuration
 * Bug fix - initial configuration was not setting package details on status correctly

### 1.0.1
Change autohost configuration to omit session.

### 1.0.0
Rewrite and significant breaking changes in terms of APIs and events.

## 0.1.*

### 0.1.8
Bug fix - preboot does not work at all.

### 0.1.7
Correct edge cases where service stops checking for newer versions.

### 0.1.6
Fix defect preventing fresh installations from downloading a package.

### 0.1.5

 * Support new package format
 * Send notifications to registry on service stop/stop/fail events
 * Add ability to control failure tolerance via configuration and API
 * Bug fix - control commands should start/stop/reset hosted service
 * Bug fix - changes to package filtering should reset hosted service

### 0.1.4
Correct path to resources for global installation.

### 0.1.3
Introduction of HTTP API and auto-registration with index.

### 0.1.2
Bug fix - incorrect hash passed to index client library causing packages to filter incorrectly.

### 0.1.1

 * Simplify configuration approach
 * Update dependencies
