Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Dec 5, 2023
2 parents 0d60756 + 05368d9 commit 93fbd0a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Changed

### Fixed

### Deprecated

### Removed

### Security

## [1.0.0] - 2023-12-05

### Added

- Add CHANGELOG

### Changed

- Runtime Improvements [#1](https://github.com/WikiWatershed/mmw-etl/pull/1)


[Unreleased]: https://github.com/azavea/iow-boundary-tool/compare/1.0.0...HEAD
[1.0.0]: https://github.com/azavea/iow-boundary-tool/compare/9e39e62...1.0.0
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "mmw-etl"
organization := "com.azavea"
version := "0.0.1"
version := "1.0.0"

scalaVersion := "2.12.12"

Expand Down

0 comments on commit 93fbd0a

Please sign in to comment.