Skip to content

Commit

Permalink
Bump version to 1.2.1 (#182)
Browse files Browse the repository at this point in the history
* Update CHANGELOG, release 1.2.1

---------

Co-authored-by: James A Sutherland <>
  • Loading branch information
JFriel authored Mar 18, 2024
1 parent cecac07 commit f49592c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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]
## [1.2.1] - 2024-03-18

- Bump HIC.FAnsiSql from 3.2.0 to 3.2.1

## [1.2.0] - 2024-03-06

Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyCulture("")]

// These should be replaced with correct values by the release process
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
[assembly: AssemblyVersion("1.2.1")]
[assembly: AssemblyFileVersion("1.2.1")]
[assembly: AssemblyInformationalVersion("1.2.1")]

0 comments on commit f49592c

Please sign in to comment.