Skip to content

Commit

Permalink
changelog: updated for 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alonswartz committed May 29, 2017
1 parent e92860e commit e18620a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## 0.1.0

Initial development release.

#### Notes

- Based off [tklx/base:stretch](https://github.com/tklx/base)
- Uses tini for zombie reaping and signal forwarding.
- Includes blockstack core and virtualchain (rc-0.14.2).
- Includes blockstack browser portal (v0.8).

- Includes ``EXPOSE 1337 3000 3001 6720``:

- 1337: cors
- 3000: browser portal
- 3001: browsersync
- 6720: core api

- Builds are automated via CircleCI:

- Images tagged with ``latest`` are built from the master branch.
- Images tagged with ``x.y.z`` refer to signed tagged releases.

0 comments on commit e18620a

Please sign in to comment.