Skip to content

Commit

Permalink
Set release to 1.2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdtrekkie committed Mar 16, 2024
1 parent 6bfa2b3 commit ea6a7c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v1.2 (2024-03-16)
- Updated base image to Debian Bookworm.
- Configured MySQL stacks to only initialize the database once.
- Removed legacy node6 stack.
- Updated meteor stack to use the latest meteor-spk.

### v1.1.2 (2023-11-01)
- Updated Windows build to Python 3.11.6.
- Updated base image to Debian Bullseye.
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.2"
__version__ = "v1.2"

import argparse
import os
Expand Down

0 comments on commit ea6a7c3

Please sign in to comment.