Skip to content

Commit

Permalink
Set release to 1.1.2, update changlog
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdtrekkie committed Nov 1, 2023
1 parent bd31e16 commit 662affe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### v1.1.2 (2023-11-01)
- Updated Windows build to Python 3.11.6.
- Updated base image to Debian Bullseye.
- Updated golang stack to use the latest Go.
- Updated node stack to use new installation script.
- Updated uwsgi stack to Python 3.
- Configured stacks with Nginx or MySQL to rotate log files by default. (Thanks @zenhack)
- Fix issue with synced folder which can cause Sandstorm to fail on boot. (Thanks @troyjfarrell)
- Fix issue with upgrading Virtualbox Guest Additions causing startup to hang.
- Fix `upgradevm` command. (Thanks @zenhack)
- Fix link to running server in terminal. (Thanks @zenhack)
- Exclude Vagrant log files in gitignore. (Thanks @zenhack)

### v1.1.1 (2021-04-19)
- Updated Windows build to Python 3.8.9.
- No longer includes ssh.exe in Windows release.
Expand Down
2 changes: 1 addition & 1 deletion vagrant-spk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from __future__ import print_function

# TODO(someday): Increment version number and commit as part of release.sh
__version__ = "v1.1.1"
__version__ = "v1.1.2"

import argparse
import os
Expand Down

0 comments on commit 662affe

Please sign in to comment.